Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1alpha1Dimension

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
GoogleCloudContactcenterinsightsV1alpha1Dimension
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 GoogleCloudContactcenterinsightsV1alpha1Dimension : IDirectResponseSchema

Properties

AgentDimensionMetadata

Output only. Metadata about the agent dimension.

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

ClientSentimentCategoryDimensionMetadata

Output only. Metadata about the client sentiment category dimension.

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

ConversationProfileDimensionMetadata

Output only. Metadata about the conversation profile dimension.

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

ConversationalAgentsPlaybookDimensionMetadata

Output only. Metadata about the Conversational Agents playbook dimension.

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

ConversationalAgentsToolDimensionMetadata

Output only. Metadata about the Conversational Agents tool dimension.

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

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 GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata IssueDimensionMetadata { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata

LabelDimensionMetadata

Output only. Metadata about conversation labels.

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

MediumDimensionMetadata

Output only. Metadata about the conversation medium dimension.

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

QaQuestionAnswerDimensionMetadata

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

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

QaQuestionDimensionMetadata

Output only. Metadata about the QA question dimension.

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

QaScorecardDimensionMetadata

Output only. Metadata about the QA scorecard dimension.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX