GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata class
Metadata about the QA question dimension.
Constructors
- GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata.new({String? qaQuestionId, String? qaScorecardId, String? questionBody})
- GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- qaQuestionId ↔ String?
-
The QA question ID.
getter/setter pair
- qaScorecardId ↔ String?
-
The QA scorecard ID.
getter/setter pair
- questionBody ↔ String?
-
The full body of the question.
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