GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata class
Metadata about the agent dimension.
Constructors
- GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata({String? agentDeploymentDisplayName, String? agentDeploymentId, String? agentDisplayName, String? agentId, String? agentTeam, String? agentVersionDisplayName, String? agentVersionId})
- GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata.fromJson(Map json_)
Properties
- agentDeploymentDisplayName ↔ String?
-
The agent's deployment display name.
getter/setter pair
- agentDeploymentId ↔ String?
-
The agent's deployment ID.
getter/setter pair
- agentDisplayName ↔ String?
-
The agent's name This will be populated for AGENT, AGENT_TEAM,
AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.
getter/setter pair
- agentId ↔ String?
-
A user-specified string representing the agent.
getter/setter pair
- agentTeam ↔ String?
-
A user-specified string representing the agent's team.
getter/setter pair
- agentVersionDisplayName ↔ String?
-
The agent's version display name.
getter/setter pair
- agentVersionId ↔ String?
-
The agent's version ID.
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
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