GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata class
Metadata about the QA question-answer dimension.
This is useful for showing the answer distribution for questions for a given scorecard.
Constructors
- GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata.new({String? answerValue, String? qaQuestionId, String? qaScorecardId, String? questionBody})
- GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata.fromJson(Map json_)
Properties
- answerValue ↔ String?
-
The full body of the question.
getter/setter pair
- 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