Enum Dimension.DimensionKey (2.54.0)

public enum Dimension.DimensionKey extends Enum<Dimension.DimensionKey> implements ProtocolMessageEnum

The key of the dimension.

Protobuf enum google.cloud.contactcenterinsights.v1.Dimension.DimensionKey

Implements

ProtocolMessageEnum

Static Fields

Name Description
AGENT

The dimension is keyed by agents.

AGENT = 2;

AGENT_TEAM

The dimension is keyed by agent teams.

AGENT_TEAM = 3;

AGENT_TEAM_VALUE

The dimension is keyed by agent teams.

AGENT_TEAM = 3;

AGENT_VALUE

The dimension is keyed by agents.

AGENT = 2;

CONVERSATION_PROFILE_ID

The dimension is keyed by the conversation profile ID.

CONVERSATION_PROFILE_ID = 6;

CONVERSATION_PROFILE_ID_VALUE

The dimension is keyed by the conversation profile ID.

CONVERSATION_PROFILE_ID = 6;

DIMENSION_KEY_UNSPECIFIED

The key of the dimension is unspecified.

DIMENSION_KEY_UNSPECIFIED = 0;

DIMENSION_KEY_UNSPECIFIED_VALUE

The key of the dimension is unspecified.

DIMENSION_KEY_UNSPECIFIED = 0;

ISSUE

The dimension is keyed by issues.

ISSUE = 1;

ISSUE_VALUE

The dimension is keyed by issues.

ISSUE = 1;

QA_QUESTION_ANSWER_VALUE

The dimension is keyed by QaQuestionIds-Answer value pairs. Note that: We only group by the QuestionId and not the revision-id of the scorecard this question is a part of. This allows for showing distribution of answers per question across different scorecard revisions.

QA_QUESTION_ANSWER_VALUE = 5;

QA_QUESTION_ANSWER_VALUE_VALUE

The dimension is keyed by QaQuestionIds-Answer value pairs. Note that: We only group by the QuestionId and not the revision-id of the scorecard this question is a part of. This allows for showing distribution of answers per question across different scorecard revisions.

QA_QUESTION_ANSWER_VALUE = 5;

QA_QUESTION_ID

The dimension is keyed by QaQuestionIds. Note that: We only group by the QuestionId and not the revision-id of the scorecard this question is a part of. This allows for showing stats for the same question across different scorecard revisions.

QA_QUESTION_ID = 4;

QA_QUESTION_ID_VALUE

The dimension is keyed by QaQuestionIds. Note that: We only group by the QuestionId and not the revision-id of the scorecard this question is a part of. This allows for showing stats for the same question across different scorecard revisions.

QA_QUESTION_ID = 4;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()