dimensionKey property

String? dimensionKey
getter/setter pair

The key of the dimension. Possible string values are:

  • "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.
  • "QA_SCORECARD_ID" : The dimension is keyed by QaScorecardIds. Note that: We only group by the ScorecardId and not the revision-id of the scorecard. This allows for showing stats for the same scorecard across different revisions. This metric is mostly only useful if querying the average normalized score per scorecard.
  • "CONVERSATION_PROFILE_ID" : The dimension is keyed by the conversation profile ID.
  • "MEDIUM" : The dimension is keyed by the conversation medium.
  • "CONVERSATIONAL_AGENTS_PLAYBOOK_ID" : The dimension is keyed by the Conversational Agents playbook ID.
  • "CONVERSATIONAL_AGENTS_PLAYBOOK_NAME" : The dimension is keyed by the Conversational Agents playbook display name.
  • "CONVERSATIONAL_AGENTS_TOOL_ID" : The dimension is keyed by the Conversational Agents tool ID.
  • "CONVERSATIONAL_AGENTS_TOOL_NAME" : The dimension is keyed by the Conversational Agents tool display name.
  • "CLIENT_SENTIMENT_CATEGORY" : The dimension is keyed by the client sentiment category.
  • "AGENT_VERSION_ID" : The dimension is keyed by the agent version ID.
  • "AGENT_DEPLOYMENT_ID" : The dimension is keyed by the agent deployment ID.
  • "AGENT_ASSIST_SUPERVISOR_ID" : The dimension is keyed by the supervisor ID of the assigned human supervisor for virtual agents.
  • "LABEL_KEY" : The dimension is keyed by label keys.
  • "LABEL_VALUE" : The dimension is keyed by label values.
  • "LABEL_KEY_AND_VALUE" : The dimension is keyed by label key-value pairs.

Implementation

core.String? dimensionKey;