Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionReasoning
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionReasoning
- 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
-
#agent_action_taken ⇒ String
Optional.
-
#issue_summary ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionReasoning
constructor
A new instance of GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionReasoning.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionReasoning
Returns a new instance of GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionReasoning.
181 182 183 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 181 def initialize(**args) update!(**args) end |
Instance Attribute Details
#agent_action_taken ⇒ String
Optional. The actions that the agent has taken already.
Corresponds to the JSON property agentActionTaken
174 175 176 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 174 def agent_action_taken @agent_action_taken end |
#issue_summary ⇒ String
Optional. Summary of the issue.
Corresponds to the JSON property issueSummary
179 180 181 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 179 def issue_summary @issue_summary end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
186 187 188 189 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 186 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 |