Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1Dimension

A dimension determines the grouping key for the query. In SQL terms, these would be part of both the "SELECT" and "GROUP BY" clauses.

Inheritance
object
GoogleCloudContactcenterinsightsV1Dimension
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 GoogleCloudContactcenterinsightsV1Dimension : IDirectResponseSchema

Properties

AgentDimensionMetadata

Output only. Metadata about the agent dimension.

Declaration
[JsonProperty("agentDimensionMetadata")]
public virtual GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata AgentDimensionMetadata { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata

ClientSentimentCategoryDimensionMetadata

Output only. Metadata about the client sentiment category dimension.

Declaration
[JsonProperty("clientSentimentCategoryDimensionMetadata")]
public virtual GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata ClientSentimentCategoryDimensionMetadata { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata

ConversationProfileDimensionMetadata

Output only. Metadata about the conversation profile dimension.

Declaration
[JsonProperty("conversationProfileDimensionMetadata")]
public virtual GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata ConversationProfileDimensionMetadata { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata

ConversationalAgentsPlaybookDimensionMetadata

Output only. Metadata about the Conversational Agents playbook dimension.

Declaration
[JsonProperty("conversationalAgentsPlaybookDimensionMetadata")]
public virtual GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata ConversationalAgentsPlaybookDimensionMetadata { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata

ConversationalAgentsToolDimensionMetadata

Output only. Metadata about the Conversational Agents tool dimension.

Declaration
[JsonProperty("conversationalAgentsToolDimensionMetadata")]
public virtual GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata ConversationalAgentsToolDimensionMetadata { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata

DimensionKey

The key of the dimension.

Declaration
[JsonProperty("dimensionKey")]
public virtual string DimensionKey { 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

IssueDimensionMetadata

Output only. Metadata about the issue dimension.

Declaration
[JsonProperty("issueDimensionMetadata")]
public virtual GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata IssueDimensionMetadata { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata

LabelDimensionMetadata

Output only. Metadata about conversation labels.

Declaration
[JsonProperty("labelDimensionMetadata")]
public virtual GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata LabelDimensionMetadata { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata

MediumDimensionMetadata

Output only. Metadata about the conversation medium dimension.

Declaration
[JsonProperty("mediumDimensionMetadata")]
public virtual GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata MediumDimensionMetadata { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata

QaQuestionAnswerDimensionMetadata

Output only. Metadata about the QA question-answer dimension.

Declaration
[JsonProperty("qaQuestionAnswerDimensionMetadata")]
public virtual GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata QaQuestionAnswerDimensionMetadata { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata

QaQuestionDimensionMetadata

Output only. Metadata about the QA question dimension.

Declaration
[JsonProperty("qaQuestionDimensionMetadata")]
public virtual GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata QaQuestionDimensionMetadata { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata

QaScorecardDimensionMetadata

Output only. Metadata about the QA scorecard dimension.

Declaration
[JsonProperty("qaScorecardDimensionMetadata")]
public virtual GoogleCloudContactcenterinsightsV1DimensionQaScorecardDimensionMetadata QaScorecardDimensionMetadata { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1DimensionQaScorecardDimensionMetadata

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX