public enum Dimension.DimensionKey extends Enum<Dimension.DimensionKey> implements ProtocolMessageEnum
The key of the dimension.
Protobuf enum google.cloud.contactcenterinsights.v1.Dimension.DimensionKey
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AGENT |
The dimension is keyed by agents. |
AGENT_TEAM |
The dimension is keyed by agent teams. |
AGENT_TEAM_VALUE |
The dimension is keyed by agent teams. |
AGENT_VALUE |
The dimension is keyed by agents. |
CONVERSATION_PROFILE_ID |
The dimension is keyed by the conversation profile ID. |
CONVERSATION_PROFILE_ID_VALUE |
The dimension is keyed by the conversation profile ID. |
DIMENSION_KEY_UNSPECIFIED |
The key of the dimension is unspecified. |
DIMENSION_KEY_UNSPECIFIED_VALUE |
The key of the dimension is unspecified. |
ISSUE |
The dimension is keyed by issues. |
ISSUE_VALUE |
The dimension is keyed by issues. |
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_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_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_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. |
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() |