Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class DimensionKey.
The key of the dimension.
Protobuf type google.cloud.contactcenterinsights.v1.Dimension.DimensionKey
Namespace
Google \ Cloud \ ContactCenterInsights \ V1 \ Dimension
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
DIMENSION_KEY_UNSPECIFIED
Value: 0
The key of the dimension is unspecified.
Generated from protobuf enum DIMENSION_KEY_UNSPECIFIED = 0;
ISSUE
Value: 1
The dimension is keyed by issues.
Generated from protobuf enum ISSUE = 1;
AGENT
Value: 2
The dimension is keyed by agents.
Generated from protobuf enum AGENT = 2;
AGENT_TEAM
Value: 3
The dimension is keyed by agent teams.
Generated from protobuf enum AGENT_TEAM = 3;
QA_QUESTION_ID
Value: 4
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.
Generated from protobuf enum QA_QUESTION_ID = 4;
QA_QUESTION_ANSWER_VALUE
Value: 5
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.
Generated from protobuf enum QA_QUESTION_ANSWER_VALUE = 5;
CONVERSATION_PROFILE_ID
Value: 6
The dimension is keyed by the conversation profile ID.
Generated from protobuf enum CONVERSATION_PROFILE_ID = 6;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Google Cloud Contact Center Insights V1 Client - Class DimensionKey (2.3.3)\n\nVersion latestkeyboard_arrow_down\n\n- [2.3.3 (latest)](/php/docs/reference/cloud-contact-center-insights/latest/V1.Dimension.DimensionKey)\n- [2.3.2](/php/docs/reference/cloud-contact-center-insights/2.3.2/V1.Dimension.DimensionKey)\n- [2.2.1](/php/docs/reference/cloud-contact-center-insights/2.2.1/V1.Dimension.DimensionKey)\n- [2.1.1](/php/docs/reference/cloud-contact-center-insights/2.1.1/V1.Dimension.DimensionKey)\n- [2.0.1](/php/docs/reference/cloud-contact-center-insights/2.0.1/V1.Dimension.DimensionKey)\n- [1.9.5](/php/docs/reference/cloud-contact-center-insights/1.9.5/V1.Dimension.DimensionKey)\n- [1.8.0](/php/docs/reference/cloud-contact-center-insights/1.8.0/V1.Dimension.DimensionKey)\n- [1.7.1](/php/docs/reference/cloud-contact-center-insights/1.7.1/V1.Dimension.DimensionKey)\n- [1.6.2](/php/docs/reference/cloud-contact-center-insights/1.6.2/V1.Dimension.DimensionKey)\n- [1.5.0](/php/docs/reference/cloud-contact-center-insights/1.5.0/V1.Dimension.DimensionKey)\n- [1.4.1](/php/docs/reference/cloud-contact-center-insights/1.4.1/V1.Dimension.DimensionKey)\n- [1.3.0](/php/docs/reference/cloud-contact-center-insights/1.3.0/V1.Dimension.DimensionKey)\n- [1.2.1](/php/docs/reference/cloud-contact-center-insights/1.2.1/V1.Dimension.DimensionKey)\n- [1.1.0](/php/docs/reference/cloud-contact-center-insights/1.1.0/V1.Dimension.DimensionKey)\n- [1.0.3](/php/docs/reference/cloud-contact-center-insights/1.0.3/V1.Dimension.DimensionKey) \nReference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class DimensionKey.\n\nThe key of the dimension.\n\nProtobuf type `google.cloud.contactcenterinsights.v1.Dimension.DimensionKey`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ContactCenterInsights \\\\ V1 \\\\ Dimension\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### DIMENSION_KEY_UNSPECIFIED\n\n Value: 0\n\nThe key of the dimension is unspecified.\n\nGenerated from protobuf enum `DIMENSION_KEY_UNSPECIFIED = 0;`\n\n### ISSUE\n\n Value: 1\n\nThe dimension is keyed by issues.\n\nGenerated from protobuf enum `ISSUE = 1;`\n\n### AGENT\n\n Value: 2\n\nThe dimension is keyed by agents.\n\nGenerated from protobuf enum `AGENT = 2;`\n\n### AGENT_TEAM\n\n Value: 3\n\nThe dimension is keyed by agent teams.\n\nGenerated from protobuf enum `AGENT_TEAM = 3;`\n\n### QA_QUESTION_ID\n\n Value: 4\n\nThe dimension is keyed by QaQuestionIds.\n\nNote that: We only group by the QuestionId and not the revision-id of the\nscorecard this question is a part of. This allows for showing stats for\nthe same question across different scorecard revisions.\n\nGenerated from protobuf enum `QA_QUESTION_ID = 4;`\n\n### QA_QUESTION_ANSWER_VALUE\n\n Value: 5\n\nThe dimension is keyed by QaQuestionIds-Answer value pairs.\n\nNote that: We only group by the QuestionId and not the revision-id of the\nscorecard this question is a part of. This allows for showing\ndistribution of answers per question across different scorecard\nrevisions.\n\nGenerated from protobuf enum `QA_QUESTION_ANSWER_VALUE = 5;`\n\n### CONVERSATION_PROFILE_ID\n\n Value: 6\n\nThe dimension is keyed by the conversation profile ID.\n\nGenerated from protobuf enum `CONVERSATION_PROFILE_ID = 6;`"]]