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.new({GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata? agentDimensionMetadata, String? dimensionKey, GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata? issueDimensionMetadata, GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata? qaQuestionAnswerDimensionMetadata, GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata? qaQuestionDimensionMetadata})
- GoogleCloudContactcenterinsightsV1Dimension.fromJson(Map json_)
Properties
- agentDimensionMetadata ↔ GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata?
-
Metadata about the agent 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
- qaQuestionAnswerDimensionMetadata ↔ GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata?
-
Metadata about the QA question-answer dimension.
getter/setter pair
- qaQuestionDimensionMetadata ↔ GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata?
-
Metadata about the QA question 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