Class: Google::Apps::Chat::V1::ActionResponse::SelectionItems
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::ActionResponse::SelectionItems
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/message.rb
Overview
List of widget autocomplete results.
Instance Attribute Summary collapse
-
#items ⇒ ::Array<::Google::Apps::Card::V1::SelectionInput::SelectionItem>
An array of the SelectionItem objects.
Instance Attribute Details
#items ⇒ ::Array<::Google::Apps::Card::V1::SelectionInput::SelectionItem>
Returns An array of the SelectionItem objects.
299 300 301 302 |
# File 'proto_docs/google/chat/v1/message.rb', line 299 class SelectionItems include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |