public static interface Conversation.QualityMetadata.AgentInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentId()
A user-specified string representing the agent.
|
com.google.protobuf.ByteString |
getAgentIdBytes()
A user-specified string representing the agent.
|
ConversationParticipant.Role |
getAgentType()
The agent type, e.g.
|
int |
getAgentTypeValue()
The agent type, e.g.
|
String |
getDisplayName()
The agent's name.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The agent's name.
|
String |
getDispositionCode()
A user-provided string indicating the outcome of the agent's segment of
the call.
|
com.google.protobuf.ByteString |
getDispositionCodeBytes()
A user-provided string indicating the outcome of the agent's segment of
the call.
|
String |
getTeam()
A user-specified string representing the agent's team.
|
com.google.protobuf.ByteString |
getTeamBytes()
A user-specified string representing the agent's team.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAgentId()
A user-specified string representing the agent.
string agent_id = 1;com.google.protobuf.ByteString getAgentIdBytes()
A user-specified string representing the agent.
string agent_id = 1;String getDisplayName()
The agent's name.
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
The agent's name.
string display_name = 2;String getTeam()
A user-specified string representing the agent's team.
string team = 3;com.google.protobuf.ByteString getTeamBytes()
A user-specified string representing the agent's team.
string team = 3;String getDispositionCode()
A user-provided string indicating the outcome of the agent's segment of the call.
string disposition_code = 4;com.google.protobuf.ByteString getDispositionCodeBytes()
A user-provided string indicating the outcome of the agent's segment of the call.
string disposition_code = 4;int getAgentTypeValue()
The agent type, e.g. HUMAN_AGENT.
.google.cloud.contactcenterinsights.v1.ConversationParticipant.Role agent_type = 5;
ConversationParticipant.Role getAgentType()
The agent type, e.g. HUMAN_AGENT.
.google.cloud.contactcenterinsights.v1.ConversationParticipant.Role agent_type = 5;
Copyright © 2025 Google LLC. All rights reserved.