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
Returns The value of a suggested input to a text input field. This is equivalent to what users enter themselves.
1019 1020 1021 1022 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 1019 class SuggestionItem include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |