GoogleCloudContactcenterinsightsV1SmartReplyData class
Agent Assist Smart Reply data.
Constructors
-
GoogleCloudContactcenterinsightsV1SmartReplyData({double? confidenceScore, Map<
String, String> ? metadata, String? queryRecord, String? reply}) - GoogleCloudContactcenterinsightsV1SmartReplyData.fromJson(Map json_)
Properties
- confidenceScore ↔ double?
-
The system's confidence score that this reply 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 Smart Reply and the document from
which it originates.
getter/setter pair
- queryRecord ↔ String?
-
The name of the answer record.
getter/setter pair
- reply ↔ String?
-
The content of the reply.
getter/setter pair
- 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