Agent Assist Article Suggestion data.
JSON representation |
---|
{ "title": string, "uri": string, "confidenceScore": number, "metadata": { string: string, ... }, "queryRecord": string, "source": string } |
Fields | |
---|---|
title |
Article title. |
uri |
Article URI. |
confidenceScore |
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). |
metadata |
Map that contains metadata about the Article Suggestion and the document that it originates from. An object containing a list of |
queryRecord |
The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answerRecord} |
source |
The knowledge document that this answer was extracted from. Format: projects/{project}/knowledgeBases/{knowledgeBase}/documents/{document} |