GoogleCloudContactcenterinsightsV1FaqAnswerData class

Agent Assist frequently-asked-question answer data.

Constructors

GoogleCloudContactcenterinsightsV1FaqAnswerData({String? answer, double? confidenceScore, Map<String, String>? metadata, String? queryRecord, String? question, String? source})
GoogleCloudContactcenterinsightsV1FaqAnswerData.fromJson(Map json_)

Properties

answer String?
The piece of text from the source knowledge base document.
getter/setter pair
confidenceScore double?
The system's confidence score that this answer is a good match for this conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely certain).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
metadata Map<String, String>?
Map that contains metadata about the FAQ answer and the document that it originates from.
getter/setter pair
queryRecord String?
The name of the answer record.
getter/setter pair
question String?
The corresponding FAQ question.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
The knowledge document that this answer was extracted from.
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