Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionReasoning

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

Reasoning for the suggestion.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionReasoning

Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionReasoning.



4502
4503
4504
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4502

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

Instance Attribute Details

#agent_action_takenString

Optional. The actions that the agent has taken already. Corresponds to the JSON property agentActionTaken

Returns:

  • (String)


4495
4496
4497
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4495

def agent_action_taken
  @agent_action_taken
end

#issue_summaryString

Optional. Summary of the issue. Corresponds to the JSON property issueSummary

Returns:

  • (String)


4500
4501
4502
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4500

def issue_summary
  @issue_summary
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4507
4508
4509
4510
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4507

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