Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo
- 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
Information about an agent involved in the conversation.
Instance Attribute Summary collapse
-
#agent_id ⇒ String
A user-specified string representing the agent.
-
#agent_type ⇒ String
The agent type, e.g.
-
#deployment_display_name ⇒ String
The agent's deployment display name.
-
#deployment_id ⇒ String
The agent's deployment ID.
-
#display_name ⇒ String
The agent's name.
-
#disposition_code ⇒ String
A user-provided string indicating the outcome of the agent's segment of the call.
-
#entry_subagent_display_name ⇒ String
The entry subagent's display name.
-
#entry_subagent_id ⇒ String
The entry subagent's ID.
-
#location ⇒ String
The agent's location.
-
#team ⇒ String
A user-specified string representing the agent's team.
-
#teams ⇒ Array<String>
User-specified strings representing the agent's teams.
-
#version_display_name ⇒ String
The agent's version display name.
-
#version_id ⇒ String
The agent's version ID.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo
constructor
A new instance of GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo
Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo.
13113 13114 13115 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 13113 def initialize(**args) update!(**args) end |
Instance Attribute Details
#agent_id ⇒ String
A user-specified string representing the agent.
Corresponds to the JSON property agentId
13049 13050 13051 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 13049 def agent_id @agent_id end |
#agent_type ⇒ String
The agent type, e.g. HUMAN_AGENT.
Corresponds to the JSON property agentType
13054 13055 13056 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 13054 def agent_type @agent_type end |
#deployment_display_name ⇒ String
The agent's deployment display name. Only applicable to automated agents.
Corresponds to the JSON property deploymentDisplayName
13059 13060 13061 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 13059 def deployment_display_name @deployment_display_name end |
#deployment_id ⇒ String
The agent's deployment ID. Only applicable to automated agents.
Corresponds to the JSON property deploymentId
13064 13065 13066 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 13064 def deployment_id @deployment_id end |
#display_name ⇒ String
The agent's name.
Corresponds to the JSON property displayName
13069 13070 13071 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 13069 def display_name @display_name end |
#disposition_code ⇒ String
A user-provided string indicating the outcome of the agent's segment of the
call.
Corresponds to the JSON property dispositionCode
13075 13076 13077 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 13075 def disposition_code @disposition_code end |
#entry_subagent_display_name ⇒ String
The entry subagent's display name.
Corresponds to the JSON property entrySubagentDisplayName
13080 13081 13082 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 13080 def entry_subagent_display_name @entry_subagent_display_name end |
#entry_subagent_id ⇒ String
The entry subagent's ID.
Corresponds to the JSON property entrySubagentId
13085 13086 13087 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 13085 def entry_subagent_id @entry_subagent_id end |
#location ⇒ String
The agent's location.
Corresponds to the JSON property location
13090 13091 13092 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 13090 def location @location end |
#team ⇒ String
A user-specified string representing the agent's team. Deprecated in favor of
the teams field.
Corresponds to the JSON property team
13096 13097 13098 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 13096 def team @team end |
#teams ⇒ Array<String>
User-specified strings representing the agent's teams.
Corresponds to the JSON property teams
13101 13102 13103 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 13101 def teams @teams end |
#version_display_name ⇒ String
The agent's version display name. Only applicable to automated agents.
Corresponds to the JSON property versionDisplayName
13106 13107 13108 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 13106 def version_display_name @version_display_name end |
#version_id ⇒ String
The agent's version ID. Only applicable to automated agents.
Corresponds to the JSON property versionId
13111 13112 13113 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 13111 def version_id @version_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13118 13119 13120 13121 13122 13123 13124 13125 13126 13127 13128 13129 13130 13131 13132 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 13118 def update!(**args) @agent_id = args[:agent_id] if args.key?(:agent_id) @agent_type = args[:agent_type] if args.key?(:agent_type) @deployment_display_name = args[:deployment_display_name] if args.key?(:deployment_display_name) @deployment_id = args[:deployment_id] if args.key?(:deployment_id) @display_name = args[:display_name] if args.key?(:display_name) @disposition_code = args[:disposition_code] if args.key?(:disposition_code) @entry_subagent_display_name = args[:entry_subagent_display_name] if args.key?(:entry_subagent_display_name) @entry_subagent_id = args[:entry_subagent_id] if args.key?(:entry_subagent_id) @location = args[:location] if args.key?(:location) @team = args[:team] if args.key?(:team) @teams = args[:teams] if args.key?(:teams) @version_display_name = args[:version_display_name] if args.key?(:version_display_name) @version_id = args[:version_id] if args.key?(:version_id) end |