Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1mainDimension

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

Properties

AgentDimensionMetadata

Output only. Metadata about the agent dimension.

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

ClientSentimentCategoryDimensionMetadata

Output only. Metadata about the client sentiment category dimension.

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

ConversationProfileDimensionMetadata

Output only. Metadata about the conversation profile dimension.

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

ConversationalAgentsPlaybookDimensionMetadata

Output only. Metadata about the Conversational Agents playbook dimension.

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

ConversationalAgentsToolDimensionMetadata

Output only. Metadata about the Conversational Agents tool dimension.

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

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

LabelDimensionMetadata

Output only. Metadata about conversation labels.

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

MediumDimensionMetadata

Output only. Metadata about the conversation medium dimension.

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

QaQuestionAnswerDimensionMetadata

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

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

QaQuestionDimensionMetadata

Output only. Metadata about the QA question dimension.

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

QaScorecardDimensionMetadata

Output only. Metadata about the QA scorecard dimension.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX