GoogleCloudContactcenterinsightsV1ArticleSuggestionDataResponse

data class GoogleCloudContactcenterinsightsV1ArticleSuggestionDataResponse(val confidenceScore: Double, val metadata: Map<String, String>, val queryRecord: String, val source: String, val title: String, val uri: String)

Agent Assist Article Suggestion data.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The system's confidence score that this article 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 Article Suggestion and the document that it originates from.

Link copied to clipboard

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

Link copied to clipboard

The knowledge document that this answer was extracted from. Format: projects/{project}/knowledgeBases/{knowledge_base}/documents/{document}

Link copied to clipboard

Article title.

Link copied to clipboard
val uri: String

Article URI.