GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData class
Agent Assist Smart Compose suggestion data.
Constructors
-
GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData({double? confidenceScore, Map<
String, String> ? metadata, String? queryRecord, String? suggestion}) - GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData.fromJson(Map json_)
Properties
- confidenceScore ↔ double?
-
The system's confidence score that this suggestion 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 Compose suggestion and the
document from which it originates.
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
- suggestion ↔ String?
-
The content of the suggestion.
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