class Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2IntentMessageSuggestions

The collection of suggestions.

Attributes

suggestions[RW]

Required. The list of suggested replies. Corresponds to the JSON property `suggestions` @return [Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2IntentMessageSuggestion>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dialogflow_v3beta1/classes.rb, line 9888
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_v3beta1/classes.rb, line 9893
def update!(**args)
  @suggestions = args[:suggestions] if args.key?(:suggestions)
end