Interface DimensionOrBuilder (2.54.0)

public interface DimensionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAgentDimensionMetadata()

public abstract Dimension.AgentDimensionMetadata getAgentDimensionMetadata()

Output only. Metadata about the agent dimension.

.google.cloud.contactcenterinsights.v1.Dimension.AgentDimensionMetadata agent_dimension_metadata = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Dimension.AgentDimensionMetadata

The agentDimensionMetadata.

getAgentDimensionMetadataOrBuilder()

public abstract Dimension.AgentDimensionMetadataOrBuilder getAgentDimensionMetadataOrBuilder()

Output only. Metadata about the agent dimension.

.google.cloud.contactcenterinsights.v1.Dimension.AgentDimensionMetadata agent_dimension_metadata = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Dimension.AgentDimensionMetadataOrBuilder

getDimensionKey()

public abstract Dimension.DimensionKey getDimensionKey()

The key of the dimension.

.google.cloud.contactcenterinsights.v1.Dimension.DimensionKey dimension_key = 1;

Returns
Type Description
Dimension.DimensionKey

The dimensionKey.

getDimensionKeyValue()

public abstract int getDimensionKeyValue()

The key of the dimension.

.google.cloud.contactcenterinsights.v1.Dimension.DimensionKey dimension_key = 1;

Returns
Type Description
int

The enum numeric value on the wire for dimensionKey.

getDimensionMetadataCase()

public abstract Dimension.DimensionMetadataCase getDimensionMetadataCase()
Returns
Type Description
Dimension.DimensionMetadataCase

getIssueDimensionMetadata()

public abstract Dimension.IssueDimensionMetadata getIssueDimensionMetadata()

Output only. Metadata about the issue dimension.

.google.cloud.contactcenterinsights.v1.Dimension.IssueDimensionMetadata issue_dimension_metadata = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Dimension.IssueDimensionMetadata

The issueDimensionMetadata.

getIssueDimensionMetadataOrBuilder()

public abstract Dimension.IssueDimensionMetadataOrBuilder getIssueDimensionMetadataOrBuilder()

Output only. Metadata about the issue dimension.

.google.cloud.contactcenterinsights.v1.Dimension.IssueDimensionMetadata issue_dimension_metadata = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Dimension.IssueDimensionMetadataOrBuilder

getQaQuestionAnswerDimensionMetadata()

public abstract Dimension.QaQuestionAnswerDimensionMetadata getQaQuestionAnswerDimensionMetadata()

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

.google.cloud.contactcenterinsights.v1.Dimension.QaQuestionAnswerDimensionMetadata qa_question_answer_dimension_metadata = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Dimension.QaQuestionAnswerDimensionMetadata

The qaQuestionAnswerDimensionMetadata.

getQaQuestionAnswerDimensionMetadataOrBuilder()

public abstract Dimension.QaQuestionAnswerDimensionMetadataOrBuilder getQaQuestionAnswerDimensionMetadataOrBuilder()

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

.google.cloud.contactcenterinsights.v1.Dimension.QaQuestionAnswerDimensionMetadata qa_question_answer_dimension_metadata = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Dimension.QaQuestionAnswerDimensionMetadataOrBuilder

getQaQuestionDimensionMetadata()

public abstract Dimension.QaQuestionDimensionMetadata getQaQuestionDimensionMetadata()

Output only. Metadata about the QA question dimension.

.google.cloud.contactcenterinsights.v1.Dimension.QaQuestionDimensionMetadata qa_question_dimension_metadata = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Dimension.QaQuestionDimensionMetadata

The qaQuestionDimensionMetadata.

getQaQuestionDimensionMetadataOrBuilder()

public abstract Dimension.QaQuestionDimensionMetadataOrBuilder getQaQuestionDimensionMetadataOrBuilder()

Output only. Metadata about the QA question dimension.

.google.cloud.contactcenterinsights.v1.Dimension.QaQuestionDimensionMetadata qa_question_dimension_metadata = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Dimension.QaQuestionDimensionMetadataOrBuilder

hasAgentDimensionMetadata()

public abstract boolean hasAgentDimensionMetadata()

Output only. Metadata about the agent dimension.

.google.cloud.contactcenterinsights.v1.Dimension.AgentDimensionMetadata agent_dimension_metadata = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the agentDimensionMetadata field is set.

hasIssueDimensionMetadata()

public abstract boolean hasIssueDimensionMetadata()

Output only. Metadata about the issue dimension.

.google.cloud.contactcenterinsights.v1.Dimension.IssueDimensionMetadata issue_dimension_metadata = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the issueDimensionMetadata field is set.

hasQaQuestionAnswerDimensionMetadata()

public abstract boolean hasQaQuestionAnswerDimensionMetadata()

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

.google.cloud.contactcenterinsights.v1.Dimension.QaQuestionAnswerDimensionMetadata qa_question_answer_dimension_metadata = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the qaQuestionAnswerDimensionMetadata field is set.

hasQaQuestionDimensionMetadata()

public abstract boolean hasQaQuestionDimensionMetadata()

Output only. Metadata about the QA question dimension.

.google.cloud.contactcenterinsights.v1.Dimension.QaQuestionDimensionMetadata qa_question_dimension_metadata = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the qaQuestionDimensionMetadata field is set.