GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData class
Conversation summarization suggestion data.
Constructors
-
GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData({String? answerRecord, double? confidence, String? conversationModel, Map<
String, String> ? metadata, String? text, Map<String, String> ? textSections}) - GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData.fromJson(Map json_)
Properties
- answerRecord ↔ String?
-
The name of the answer record.
getter/setter pair
- confidence ↔ double?
-
The confidence score of the summarization.
getter/setter pair
- conversationModel ↔ String?
-
The name of the model that generates this summary.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
metadata
↔ Map<
String, String> ? -
A map that contains metadata about the summarization and the document from
which it originates.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text ↔ String?
-
The summarization content that is concatenated into one string.
getter/setter pair
-
textSections
↔ Map<
String, String> ? -
The summarization content that is divided into sections.
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