class Google::Apis::ChatV1::GoogleAppsCardV1Suggestions
A container wrapping elements necessary for showing suggestion items used in text input autocomplete.
Attributes
items[RW]
A list of suggestions items which will be used in are used in autocomplete. Corresponds to the JSON property `items` @return [Array<Google::Apis::ChatV1::GoogleAppsCardV1SuggestionItem>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/chat_v1/classes.rb, line 1866 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/chat_v1/classes.rb, line 1871 def update!(**args) @items = args[:items] if args.key?(:items) end