Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1GeneratorSuggestion

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) ⇒ GoogleCloudContactcenterinsightsV1alpha1GeneratorSuggestion

Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1GeneratorSuggestion.



6471
6472
6473
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 6471

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

Instance Attribute Details

#agent_coaching_suggestionGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestion

Suggestion for coaching agents. Corresponds to the JSON property agentCoachingSuggestion



6459
6460
6461
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 6459

def agent_coaching_suggestion
  @agent_coaching_suggestion
end

#free_form_suggestionGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1FreeFormSuggestion

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



6464
6465
6466
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 6464

def free_form_suggestion
  @free_form_suggestion
end

#summary_suggestionGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1SummarySuggestion

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



6469
6470
6471
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 6469

def summary_suggestion
  @summary_suggestion
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6476
6477
6478
6479
6480
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 6476

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