Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1mainDimensionAgentDimensionMetadata

Metadata about the agent dimension.

Inheritance
object
GoogleCloudContactcenterinsightsV1mainDimensionAgentDimensionMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1mainDimensionAgentDimensionMetadata : IDirectResponseSchema

Properties

AgentDeploymentDisplayName

Optional. The agent's deployment display name. Only applicable to automated agents. This will be populated for AGENT_DEPLOYMENT_ID dimensions.

Declaration
[JsonProperty("agentDeploymentDisplayName")]
public virtual string AgentDeploymentDisplayName { get; set; }
Property Value
Type Description
string

AgentDeploymentId

Optional. The agent's deployment ID. Only applicable to automated agents. This will be populated for AGENT and AGENT_DEPLOYMENT_ID dimensions.

Declaration
[JsonProperty("agentDeploymentId")]
public virtual string AgentDeploymentId { get; set; }
Property Value
Type Description
string

AgentDisplayName

Optional. The agent's name This will be populated for AGENT, AGENT_TEAM, AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.

Declaration
[JsonProperty("agentDisplayName")]
public virtual string AgentDisplayName { get; set; }
Property Value
Type Description
string

AgentId

Optional. A user-specified string representing the agent. This will be populated for AGENT, AGENT_TEAM, AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.

Declaration
[JsonProperty("agentId")]
public virtual string AgentId { get; set; }
Property Value
Type Description
string

AgentTeam

Optional. A user-specified string representing the agent's team.

Declaration
[JsonProperty("agentTeam")]
public virtual string AgentTeam { get; set; }
Property Value
Type Description
string

AgentVersionDisplayName

Optional. The agent's version display name. Only applicable to automated agents. This will be populated for AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.

Declaration
[JsonProperty("agentVersionDisplayName")]
public virtual string AgentVersionDisplayName { get; set; }
Property Value
Type Description
string

AgentVersionId

Optional. The agent's version ID. Only applicable to automated agents. This will be populated for AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.

Declaration
[JsonProperty("agentVersionId")]
public virtual string AgentVersionId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX