public static enum Dimension.DimensionKey extends Enum<Dimension.DimensionKey> implements com.google.protobuf.ProtocolMessageEnum
The key of the dimension.Protobuf enum
google.cloud.contactcenterinsights.v1.Dimension.DimensionKey| Enum Constant and Description |
|---|
AGENT
The dimension is keyed by agents.
|
AGENT_TEAM
The dimension is keyed by agent teams.
|
CONVERSATION_PROFILE_ID
The dimension is keyed by the conversation profile ID.
|
DIMENSION_KEY_UNSPECIFIED
The key of the dimension is unspecified.
|
ISSUE
The dimension is keyed by issues.
|
QA_QUESTION_ANSWER_VALUE
The dimension is keyed by QaQuestionIds-Answer value pairs.
|
QA_QUESTION_ID
The dimension is keyed by QaQuestionIds.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
AGENT_TEAM_VALUE
The dimension is keyed by agent teams.
|
static int |
AGENT_VALUE
The dimension is keyed by agents.
|
static int |
CONVERSATION_PROFILE_ID_VALUE
The dimension is keyed by the conversation profile ID.
|
static int |
DIMENSION_KEY_UNSPECIFIED_VALUE
The key of the dimension is unspecified.
|
static int |
ISSUE_VALUE
The dimension is keyed by issues.
|
static int |
QA_QUESTION_ANSWER_VALUE_VALUE
The dimension is keyed by QaQuestionIds-Answer value pairs.
|
static int |
QA_QUESTION_ID_VALUE
The dimension is keyed by QaQuestionIds.
|
| Modifier and Type | Method and Description |
|---|---|
static Dimension.DimensionKey |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Dimension.DimensionKey> |
internalGetValueMap() |
static Dimension.DimensionKey |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Dimension.DimensionKey |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Dimension.DimensionKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dimension.DimensionKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dimension.DimensionKey DIMENSION_KEY_UNSPECIFIED
The key of the dimension is unspecified.
DIMENSION_KEY_UNSPECIFIED = 0;public static final Dimension.DimensionKey ISSUE
The dimension is keyed by issues.
ISSUE = 1;public static final Dimension.DimensionKey AGENT
The dimension is keyed by agents.
AGENT = 2;public static final Dimension.DimensionKey AGENT_TEAM
The dimension is keyed by agent teams.
AGENT_TEAM = 3;public static final Dimension.DimensionKey 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;public static final Dimension.DimensionKey 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;public static final Dimension.DimensionKey CONVERSATION_PROFILE_ID
The dimension is keyed by the conversation profile ID.
CONVERSATION_PROFILE_ID = 6;public static final Dimension.DimensionKey UNRECOGNIZED
public static final int DIMENSION_KEY_UNSPECIFIED_VALUE
The key of the dimension is unspecified.
DIMENSION_KEY_UNSPECIFIED = 0;public static final int ISSUE_VALUE
The dimension is keyed by issues.
ISSUE = 1;public static final int AGENT_VALUE
The dimension is keyed by agents.
AGENT = 2;public static final int AGENT_TEAM_VALUE
The dimension is keyed by agent teams.
AGENT_TEAM = 3;public static final int 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;public static final int 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;public static final int CONVERSATION_PROFILE_ID_VALUE
The dimension is keyed by the conversation profile ID.
CONVERSATION_PROFILE_ID = 6;public static Dimension.DimensionKey[] values()
for (Dimension.DimensionKey c : Dimension.DimensionKey.values()) System.out.println(c);
public static Dimension.DimensionKey valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Dimension.DimensionKey valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Dimension.DimensionKey forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Dimension.DimensionKey> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Dimension.DimensionKey valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.