Class: Google::Cloud::Dialogflow::V2::Intent::Message::ListSelect::Item
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::Intent::Message::ListSelect::Item
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/intent.rb
Overview
An item in the list.
Instance Attribute Summary collapse
-
#description ⇒ ::String
Optional.
-
#image ⇒ ::Google::Cloud::Dialogflow::V2::Intent::Message::Image
Optional.
-
#info ⇒ ::Google::Cloud::Dialogflow::V2::Intent::Message::SelectItemInfo
Required.
-
#title ⇒ ::String
Required.
Instance Attribute Details
#description ⇒ ::String
Returns Optional. The main text describing the item.
523 524 525 526 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 523 class Item include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image ⇒ ::Google::Cloud::Dialogflow::V2::Intent::Message::Image
Returns Optional. The image to display.
523 524 525 526 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 523 class Item include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#info ⇒ ::Google::Cloud::Dialogflow::V2::Intent::Message::SelectItemInfo
Returns Required. Additional information about this option.
523 524 525 526 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 523 class Item include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |