Class: Google::Apps::Card::V1::Suggestions::SuggestionItem

Inherits:
Object
  • Object
show all
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.

Google Workspace Add-ons and Chat apps:

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

    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