GoogleCloudDialogflowV2SearchKnowledgeAnswer class
Represents a SearchKnowledge answer.
Constructors
-
GoogleCloudDialogflowV2SearchKnowledgeAnswer({String? answer, String? answerRecord, List<
GoogleCloudDialogflowV2SearchKnowledgeAnswerAnswerSource> ? answerSources, String? answerType}) - GoogleCloudDialogflowV2SearchKnowledgeAnswer.fromJson(Map json_)
Properties
- answer ↔ String?
-
The piece of text from the knowledge base documents that answers the
search query
getter/setter pair
- answerRecord ↔ String?
-
The name of the answer record.
getter/setter pair
-
answerSources
↔ List<
GoogleCloudDialogflowV2SearchKnowledgeAnswerAnswerSource> ? -
All sources used to generate the answer.
getter/setter pair
- answerType ↔ String?
-
The type of the answer.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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