Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GeneratorSuggestion

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb

Overview

Suggestion generated using a Generator.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1GeneratorSuggestion

Returns a new instance of GoogleCloudDialogflowV2beta1GeneratorSuggestion.



13854
13855
13856
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13854

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#summary_suggestionGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarySuggestion

Suggested summary of the conversation. Corresponds to the JSON property summarySuggestion



13852
13853
13854
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13852

def summary_suggestion
  @summary_suggestion
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13859
13860
13861
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13859

def update!(**args)
  @summary_suggestion = args[:summary_suggestion] if args.key?(:summary_suggestion)
end