GoogleCloudContactcenterinsightsV1QaAnswer class
An answer to a QaQuestion.
Constructors
-
GoogleCloudContactcenterinsightsV1QaAnswer({List<
GoogleCloudContactcenterinsightsV1QaAnswerAnswerSource> ? answerSources, GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue? answerValue, String? conversation, String? qaQuestion, String? questionBody, List<String> ? tags}) - GoogleCloudContactcenterinsightsV1QaAnswer.fromJson(Map json_)
Properties
-
answerSources
↔ List<
GoogleCloudContactcenterinsightsV1QaAnswerAnswerSource> ? -
Lists all answer sources containing one or more answer values of a
specific source type, e.g., all system-generated answer sources, or all
manual edit answer sources.
getter/setter pair
- answerValue ↔ GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue?
-
The answer value from this source.
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