[[["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-06-27 UTC."],[[["\u003cp\u003eThis document describes the structure and fields of the \u003ccode\u003eSearchKnowledge\u003c/code\u003e response, which is used to retrieve knowledge-based answers.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSearchKnowledge\u003c/code\u003e response includes an array of \u003ccode\u003eanswers\u003c/code\u003e, each containing a \u003ccode\u003eSearchKnowledgeAnswer\u003c/code\u003e object with the most relevant snippets and a \u003ccode\u003erewrittenQuery\u003c/code\u003e field.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003eSearchKnowledgeAnswer\u003c/code\u003e object contains the extracted \u003ccode\u003eanswer\u003c/code\u003e, the \u003ccode\u003eanswerType\u003c/code\u003e, a list of \u003ccode\u003eanswerSources\u003c/code\u003e, and the corresponding \u003ccode\u003eanswerRecord\u003c/code\u003e name.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAnswerType\u003c/code\u003e can be one of the following enums: \u003ccode\u003eANSWER_TYPE_UNSPECIFIED\u003c/code\u003e, \u003ccode\u003eFAQ\u003c/code\u003e, \u003ccode\u003eGENERATIVE\u003c/code\u003e, or \u003ccode\u003eINTENT\u003c/code\u003e, defining the origin of the provided answer.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAnswerSource\u003c/code\u003e objects are used to describe the origin of the answers, including a \u003ccode\u003etitle\u003c/code\u003e, \u003ccode\u003euri\u003c/code\u003e, \u003ccode\u003esnippet\u003c/code\u003e, and related \u003ccode\u003emetadata\u003c/code\u003e of the source article.\u003c/p\u003e\n"]]],[],null,["# SearchKnowledgeResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [SearchKnowledgeAnswer](#SearchKnowledgeAnswer)\n - [JSON representation](#SearchKnowledgeAnswer.SCHEMA_REPRESENTATION)\n- [AnswerType](#AnswerType)\n- [AnswerSource](#AnswerSource)\n - [JSON representation](#AnswerSource.SCHEMA_REPRESENTATION)\n\nThe response message for [Conversations.SearchKnowledge](/dialogflow/es/docs/reference/rest/v2/projects.suggestions/searchKnowledge#google.cloud.dialogflow.v2.Conversations.SearchKnowledge).\n\nSearchKnowledgeAnswer\n---------------------\n\nRepresents a SearchKnowledge answer.\n\nAnswerType\n----------\n\nThe type of the answer.\n\nAnswerSource\n------------\n\nThe sources of the answers."]]