Class GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo
Information about an agent involved in the conversation.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo : IDirectResponseSchema
Properties
AgentId
A user-specified string representing the agent.
Declaration
[JsonProperty("agentId")]
public virtual string AgentId { get; set; }
Property Value
Type | Description |
---|---|
string |
AgentType
The agent type, e.g. HUMAN_AGENT.
Declaration
[JsonProperty("agentType")]
public virtual string AgentType { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
The agent's name.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
DispositionCode
A user-provided string indicating the outcome of the agent's segment of the call.
Declaration
[JsonProperty("dispositionCode")]
public virtual string DispositionCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Team
A user-specified string representing the agent's team.
Declaration
[JsonProperty("team")]
public virtual string Team { get; set; }
Property Value
Type | Description |
---|---|
string |