Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GeneratorSuggestion
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GeneratorSuggestion
- 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
-
#summary_suggestion ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarySuggestion
Suggested summary of the conversation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1GeneratorSuggestion
constructor
A new instance of GoogleCloudDialogflowV2beta1GeneratorSuggestion.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1GeneratorSuggestion
Returns a new instance of GoogleCloudDialogflowV2beta1GeneratorSuggestion.
14154 14155 14156 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14154 def initialize(**args) update!(**args) end |
Instance Attribute Details
#summary_suggestion ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarySuggestion
Suggested summary of the conversation.
Corresponds to the JSON property summarySuggestion
14152 14153 14154 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14152 def summary_suggestion @summary_suggestion end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14159 14160 14161 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14159 def update!(**args) @summary_suggestion = args[:summary_suggestion] if args.key?(:summary_suggestion) end |