Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2GeneratorSuggestion

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

Overview

Suggestion generated using a Generator.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2GeneratorSuggestion

Returns a new instance of GoogleCloudDialogflowV2GeneratorSuggestion.



10972
10973
10974
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 10972

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

Instance Attribute Details

#summary_suggestionGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarySuggestion

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



10970
10971
10972
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 10970

def summary_suggestion
  @summary_suggestion
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10977
10978
10979
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 10977

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