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

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX