GoogleCloudDialogflowV2FaqAnswer class
Represents answer from "frequently asked questions".
Constructors
Properties
- answer ↔ String?
-
The piece of text from the
source
knowledge base document.getter/setter pair - answerRecord ↔ String?
-
The name of answer record, in the format of
"projects//locations//answerRecords/"
getter/setter pair
- confidence ↔ double?
-
The system's confidence score that this Knowledge answer is a good match
for this conversational query, range 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> ? -
A map that contains metadata about the answer and the document from which
it originates.
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?
-
Indicates which Knowledge Document 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