GoogleCloudContactcenterinsightsV1ArticleSuggestionData class
Agent Assist Article Suggestion data.
Constructors
Properties
- confidenceScore ↔ double?
-
The system's confidence score that this article 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 Article Suggestion and the document
that it originates from.
getter/setter pair
- queryRecord ↔ String?
-
The name of the answer record.
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
- title ↔ String?
-
Article title.
getter/setter pair
- uri ↔ String?
-
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