GoogleCloudContactcenterinsightsV1FaqAnswerDataResponse

data class GoogleCloudContactcenterinsightsV1FaqAnswerDataResponse(val answer: String, val confidenceScore: Double, val metadata: Map<String, String>, val queryRecord: String, val question: String, val source: String)

Agent Assist frequently-asked-question answer data.

Constructors

fun GoogleCloudContactcenterinsightsV1FaqAnswerDataResponse(answer: String, confidenceScore: Double, metadata: Map<String, String>, queryRecord: String, question: String, source: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The piece of text from the source knowledge base document.

Link copied to clipboard

The system's confidence score that this answer 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 FAQ answer 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 corresponding FAQ question.

Link copied to clipboard

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