GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo class

Information about an agent involved in the conversation.

Constructors

GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo({String? agentId, String? agentType, String? deploymentDisplayName, String? deploymentId, String? displayName, String? dispositionCode, String? location, String? team, List<String>? teams, String? versionDisplayName, String? versionId})
GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo.fromJson(Map json_)

Properties

agentId String?
A user-specified string representing the agent.
getter/setter pair
agentType String?
The agent type, e.g. HUMAN_AGENT. Possible string values are:
getter/setter pair
deploymentDisplayName String?
The agent's deployment display name.
getter/setter pair
deploymentId String?
The agent's deployment ID.
getter/setter pair
displayName String?
The agent's name.
getter/setter pair
dispositionCode String?
A user-provided string indicating the outcome of the agent's segment of the call.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
location String?
The agent's location.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
team String?
A user-specified string representing the agent's team.
getter/setter pair
teams List<String>?
User-specified strings representing the agent's teams.
getter/setter pair
versionDisplayName String?
The agent's version display name.
getter/setter pair
versionId String?
The agent's version ID.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited