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

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX