GoogleCloudContactcenterinsightsV1QaAnswer class

An answer to a QaQuestion.

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
tags List<String>?
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