The piece of text from the source knowledge base document.
confidence
number
The system's confidence score that this Knowledge answer is a good match for this conversational query, range from 0.0 (completely uncertain) to 1.0 (completely certain).
question
string
The corresponding FAQ question.
source
string
Indicates which Knowledge Document this answer was extracted from. Format: projects/<Project ID>/locations/<Location
ID>/agent/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>.
metadata
map (key: string, value: string)
A map that contains metadata about the answer and the document from which it originates.
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
answerRecord
string
The name of answer record, in the format of "projects//locations//answerRecords/"
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The provided information outlines the JSON representation of an answer derived from a \"frequently asked questions\" system."],["The JSON object contains fields such as `answer`, `confidence`, `question`, `source`, `metadata`, and `answerRecord`."],["The `answer` field represents the text extracted from the source knowledge base, while `confidence` indicates the system's certainty of the match."],["The `source` field specifies the origin document, `metadata` contains additional information in key-value pairs, and the `answerRecord` is a unique identifier for the answer."],["The `question` field represents the corresponding FAQ question that the answer is associated with."]]],[]]