GoogleCloudContactcenterinsightsV1SmartReplyDataResponse

data class GoogleCloudContactcenterinsightsV1SmartReplyDataResponse(val confidenceScore: Double, val metadata: Map<String, String>, val queryRecord: String, val reply: String)

Agent Assist Smart Reply data.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The system's confidence score that this reply 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 Reply 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 reply.