Class: Google::Apps::Card::V1::Suggestions::SuggestionItem
- Inherits:
-
Object
- Object
- Google::Apps::Card::V1::Suggestions::SuggestionItem
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/card/v1/card.rb
Overview
One suggested value that users can enter in a text input field.
Instance Attribute Summary collapse
-
#text ⇒ ::String
The value of a suggested input to a text input field.
Instance Attribute Details
#text ⇒ ::String
1208 1209 1210 1211 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 1208 class SuggestionItem include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |