GoogleCloudContactcenterinsightsV1QaAnswer class
An answer to a QaQuestion.
Constructors
-
GoogleCloudContactcenterinsightsV1QaAnswer.new({List<
GoogleCloudContactcenterinsightsV1QaAnswerAnswerSource> ? answerSources, GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue? answerValue, String? conversation, String? qaQuestion, String? questionBody, List<String> ? tags}) - GoogleCloudContactcenterinsightsV1QaAnswer.fromJson(Map json_)
Properties
-
answerSources
↔ List<
GoogleCloudContactcenterinsightsV1QaAnswerAnswerSource> ? -
List of all individual answers given to the question.
getter/setter pair
- answerValue ↔ GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue?
-
The main answer value, incorporating any manual edits if they exist.
getter/setter pair
- conversation ↔ String?
-
The conversation the answer applies to.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- qaQuestion ↔ String?
-
The QaQuestion answered by this answer.
getter/setter pair
- questionBody ↔ String?
-
Question text.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
User-defined list of arbitrary tags.
getter/setter pair
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