Class: Google::Cloud::Dialogflow::V2::Intent::Message::LinkOutSuggestion
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::Intent::Message::LinkOutSuggestion
- Defined in:
- lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb
Overview
The suggestion chip message that allows the user to jump out to the app or website associated with this agent.
Instance Attribute Summary collapse
-
#destination_name ⇒ String
Required.
-
#uri ⇒ String
Required.
Instance Attribute Details
#destination_name ⇒ String
Returns Required. The name of the app or site this chip is linking to.
376 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 376 class LinkOutSuggestion; end |
#uri ⇒ String
Returns Required. The URI of the app or site to open when the user taps the suggestion chip.
376 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 376 class LinkOutSuggestion; end |