GoogleCloudContactcenterinsightsV1Dimension class
A dimension determines the grouping key for the query.
In SQL terms, these would be part of both the "SELECT" and "GROUP BY" clauses.
Constructors
- GoogleCloudContactcenterinsightsV1Dimension({GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata? agentDimensionMetadata, GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata? clientSentimentCategoryDimensionMetadata, GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata? conversationProfileDimensionMetadata, GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata? conversationalAgentsPlaybookDimensionMetadata, GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata? conversationalAgentsToolDimensionMetadata, String? dimensionKey, GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata? issueDimensionMetadata, GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata? labelDimensionMetadata, GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata? mediumDimensionMetadata, GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata? qaQuestionAnswerDimensionMetadata, GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata? qaQuestionDimensionMetadata, GoogleCloudContactcenterinsightsV1DimensionQaScorecardDimensionMetadata? qaScorecardDimensionMetadata})
- GoogleCloudContactcenterinsightsV1Dimension.fromJson(Map json_)
Properties
- agentDimensionMetadata ↔ GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata?
-
Metadata about the agent dimension.
getter/setter pair
- clientSentimentCategoryDimensionMetadata ↔ GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata?
-
Metadata about the client sentiment category dimension.
getter/setter pair
- conversationalAgentsPlaybookDimensionMetadata ↔ GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata?
-
Metadata about the Conversational Agents playbook dimension.
getter/setter pair
- conversationalAgentsToolDimensionMetadata ↔ GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata?
-
Metadata about the Conversational Agents tool dimension.
getter/setter pair
- conversationProfileDimensionMetadata ↔ GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata?
-
Metadata about the conversation profile dimension.
getter/setter pair
- dimensionKey ↔ String?
-
The key of the dimension.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- issueDimensionMetadata ↔ GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata?
-
Metadata about the issue dimension.
getter/setter pair
- labelDimensionMetadata ↔ GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata?
-
Metadata about conversation labels.
getter/setter pair
- mediumDimensionMetadata ↔ GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata?
-
Metadata about the conversation medium dimension.
getter/setter pair
- qaQuestionAnswerDimensionMetadata ↔ GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata?
-
Metadata about the QA question-answer dimension.
getter/setter pair
- qaQuestionDimensionMetadata ↔ GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata?
-
Metadata about the QA question dimension.
getter/setter pair
- qaScorecardDimensionMetadata ↔ GoogleCloudContactcenterinsightsV1DimensionQaScorecardDimensionMetadata?
-
Metadata about the QA scorecard dimension.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited