GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo class
Information about an agent involved in the conversation.
Constructors
- GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo({String? agentId, String? displayName, String? dispositionCode, String? team})
- GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo.fromJson(Map json_)
Properties
- agentId ↔ String?
-
A user-specified string representing the agent.
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
- 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
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