public sealed class Conversation.Types.QualityMetadata.Types.AgentInfo : IMessage<Conversation.Types.QualityMetadata.Types.AgentInfo>, IEquatable<Conversation.Types.QualityMetadata.Types.AgentInfo>, IDeepCloneable<Conversation.Types.QualityMetadata.Types.AgentInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class Conversation.Types.QualityMetadata.Types.AgentInfo.
Information about an agent involved in the conversation.
Implements
IMessageConversationTypesQualityMetadataTypesAgentInfo, IEquatableConversationTypesQualityMetadataTypesAgentInfo, IDeepCloneableConversationTypesQualityMetadataTypesAgentInfo, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
AgentInfo()
public AgentInfo()
AgentInfo(AgentInfo)
public AgentInfo(Conversation.Types.QualityMetadata.Types.AgentInfo other)
Parameter | |
---|---|
Name | Description |
other |
ConversationTypesQualityMetadataTypesAgentInfo |
Properties
AgentId
public string AgentId { get; set; }
A user-specified string representing the agent.
Property Value | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
The agent's name.
Property Value | |
---|---|
Type | Description |
string |
DispositionCode
public string DispositionCode { get; set; }
A user-provided string indicating the outcome of the agent's segment of the call.
Property Value | |
---|---|
Type | Description |
string |
Team
public string Team { get; set; }
A user-specified string representing the agent's team.
Property Value | |
---|---|
Type | Description |
string |