class Google::Apis::DialogflowV3::GoogleCloudDialogflowV2IntentMessageSuggestions
The collection of suggestions.
Attributes
suggestions[RW]
Required. The list of suggested replies. Corresponds to the JSON property `suggestions` @return [Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowV2IntentMessageSuggestion>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v3/classes.rb, line 10538 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dialogflow_v3/classes.rb, line 10543 def update!(**args) @suggestions = args[:suggestions] if args.key?(:suggestions) end