Class: Google::Apis::ChatV1::GoogleAppsCardV1Suggestions
- Inherits:
-
Object
- Object
- Google::Apis::ChatV1::GoogleAppsCardV1Suggestions
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/chat_v1/classes.rb,
lib/google/apis/chat_v1/representations.rb,
lib/google/apis/chat_v1/representations.rb
Overview
A container wrapping elements necessary for showing suggestion items used in text input autocomplete.
Instance Attribute Summary collapse
-
#items ⇒ Array<Google::Apis::ChatV1::GoogleAppsCardV1SuggestionItem>
A list of suggestions items which will be used in are used in autocomplete.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAppsCardV1Suggestions
constructor
A new instance of GoogleAppsCardV1Suggestions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAppsCardV1Suggestions
Returns a new instance of GoogleAppsCardV1Suggestions.
1866 1867 1868 |
# File 'lib/google/apis/chat_v1/classes.rb', line 1866 def initialize(**args) update!(**args) end |
Instance Attribute Details
#items ⇒ Array<Google::Apis::ChatV1::GoogleAppsCardV1SuggestionItem>
A list of suggestions items which will be used in are used in autocomplete.
Corresponds to the JSON property items
1864 1865 1866 |
# File 'lib/google/apis/chat_v1/classes.rb', line 1864 def items @items end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1871 1872 1873 |
# File 'lib/google/apis/chat_v1/classes.rb', line 1871 def update!(**args) @items = args[:items] if args.key?(:items) end |