Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::Intent::Message::LinkOutSuggestion.
The suggestion chip message that allows the user to jump out to the app or website associated with this agent.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#destination_name
def destination_name() -> ::String Returns 
 - (::String) — Required. The name of the app or site this chip is linking to.
 
#destination_name=
def destination_name=(value) -> ::String Parameter 
 - value (::String) — Required. The name of the app or site this chip is linking to.
 
 Returns 
 - (::String) — Required. The name of the app or site this chip is linking to.
 
#uri
def uri() -> ::String Returns 
 - (::String) — Required. The URI of the app or site to open when the user taps the suggestion chip.
 
#uri=
def uri=(value) -> ::String Parameter 
 - value (::String) — Required. The URI of the app or site to open when the user taps the suggestion chip.
 
 Returns 
 - (::String) — Required. The URI of the app or site to open when the user taps the suggestion chip.