Class: Google::Cloud::Dialogflow::V2::Intent::Message::SelectItemInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::Intent::Message::SelectItemInfo
- Defined in:
- lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb
Overview
Additional info about the select item for when it is triggered in a dialog.
Instance Attribute Summary collapse
-
#key ⇒ String
Required.
-
#synonyms ⇒ Array<String>
Optional.
Instance Attribute Details
#key ⇒ String
Returns Required. A unique key that will be sent back to the agent if this response is given.
433 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 433 class SelectItemInfo; end |
#synonyms ⇒ Array<String>
Returns Optional. A list of synonyms that can also be used to trigger this item in dialog.
433 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 433 class SelectItemInfo; end |