Google Cloud Contactcenterinsights V1Conversation Summarization Suggestion Data Response
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
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
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.