GoogleCloudContactcenterinsightsV1SmartComposeSuggestionDataResponse

data class GoogleCloudContactcenterinsightsV1SmartComposeSuggestionDataResponse(val confidenceScore: Double, val metadata: Map<String, String>, val queryRecord: String, val suggestion: String)

Agent Assist Smart Compose suggestion data.

Constructors

constructor(confidenceScore: Double, metadata: Map<String, String>, queryRecord: String, suggestion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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).

Link copied to clipboard

Map that contains metadata about the Smart Compose suggestion and the document from which it originates.

Link copied to clipboard

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

Link copied to clipboard

The content of the suggestion.