Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GeneratorSuggestion

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

Overview

Suggestion generated using a Generator.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1GeneratorSuggestion

Returns a new instance of GoogleCloudContactcenterinsightsV1GeneratorSuggestion.



2308
2309
2310
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2308

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

Instance Attribute Details

#agent_coaching_suggestionGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AgentCoachingSuggestion

Suggestion for coaching agents. Corresponds to the JSON property agentCoachingSuggestion



2296
2297
2298
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2296

def agent_coaching_suggestion
  @agent_coaching_suggestion
end

#free_form_suggestionGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1FreeFormSuggestion

Suggestion generated using free form generator. Corresponds to the JSON property freeFormSuggestion



2301
2302
2303
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2301

def free_form_suggestion
  @free_form_suggestion
end

#summary_suggestionGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SummarySuggestion

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



2306
2307
2308
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2306

def summary_suggestion
  @summary_suggestion
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2313
2314
2315
2316
2317
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2313

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