Dimension

A dimension determines the grouping key for the query. In SQL terms, these would be part of both the "SELECT" and "GROUP BY" clauses.

JSON representation
 { 
 "dimensionKey" 
 : 
 enum (  DimensionKey 
 
) 
 , 
 // Union field dimension_metadata 
can be only one of the following: 
 "issueDimensionMetadata" 
 : 
 { 
 object (  IssueDimensionMetadata 
 
) 
 } 
 , 
 "agentDimensionMetadata" 
 : 
 { 
 object (  AgentDimensionMetadata 
 
) 
 } 
 , 
 "qaQuestionDimensionMetadata" 
 : 
 { 
 object (  QaQuestionDimensionMetadata 
 
) 
 } 
 , 
 "qaQuestionAnswerDimensionMetadata" 
 : 
 { 
 object (  QaQuestionAnswerDimensionMetadata 
 
) 
 } 
 // End of list of possible types for union field dimension_metadata 
. 
 } 
Fields
dimensionKey

enum ( DimensionKey )

The key of the dimension.

DimensionKey

The key of the dimension.

Enums
DIMENSION_KEY_UNSPECIFIED The key of the dimension is unspecified.
ISSUE The dimension is keyed by issues.
ISSUE_NAME The dimension is keyed by issue names.
AGENT The dimension is keyed by agents.
AGENT_TEAM The dimension is keyed by agent teams.
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_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.
CONVERSATION_PROFILE_ID The dimension is keyed by the conversation profile ID.
MEDIUM The dimension is keyed by the conversation medium.
Create a Mobile Website
View Site in Mobile | Classic
Share by: