Class: Google::Cloud::Dialogflow::V2::Intent::Message::SelectItemInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::Intent::Message::SelectItemInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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
566 567 568 569 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 566 class SelectItemInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#synonyms ⇒ ::Array<::String>
566 567 568 569 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 566 class SelectItemInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |