GoogleCloudDialogflowV2ArticleAnswer class

Represents article answer.

Constructors

GoogleCloudDialogflowV2ArticleAnswer({String? answerRecord, double? confidence, Map<String, String>? metadata, List<String>? snippets, String? title, String? uri})
GoogleCloudDialogflowV2ArticleAnswer.fromJson(Map json_)

Properties

answerRecord String?
The name of answer record, in the format of "projects//locations//answerRecords/"
getter/setter pair
confidence double?
Article match confidence.
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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snippets List<String>?
Article snippets.
getter/setter pair
title String?
The article title.
getter/setter pair
uri String?
The article URI.
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