Class GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata
Metadata about the agent dimension.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata : 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 |