GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionDataResponse

data class GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionDataResponse(val answerRecord: String, val confidence: Double, val conversationModel: String, val metadata: Map<String, String>, val text: String, val textSections: Map<String, String>)

Conversation summarization suggestion data.

Constructors

constructor(answerRecord: String, confidence: Double, conversationModel: String, metadata: Map<String, String>, text: String, textSections: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}

Link copied to clipboard

The confidence score of the summarization.

Link copied to clipboard

The name of the model that generates this summary. Format: projects/{project}/locations/{location}/conversationModels/{conversation_model}

Link copied to clipboard

A map that contains metadata about the summarization and the document from which it originates.

Link copied to clipboard

The summarization content that is concatenated into one string.

Link copied to clipboard

The summarization content that is divided into sections. The key is the section's name and the value is the section's content. There is no specific format for the key or value.