Required. The name of the document to retrieve. Format projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>.
Authorization requires the following IAM permission on the specified resource name:
dialogflow.documents.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Document.
[[["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-01-15 UTC."],[[["This endpoint retrieves a specific document using a GET request, identified by its unique name within a knowledge base."],["The request URL requires a specific format including project, location, knowledge base, and document IDs, following gRPC Transcoding syntax."],["The request body must be empty, and the success of the request is determined by the response body, which will contain an instance of a document."],["Authorization requires specific IAM permissions, notably `dialogflow.documents.get`, on the requested resource and one of two OAuth scopes."],["This feature is using a deprecated resource, `projects.agent.knowledgeBases.documents`, and should only use `projects.knowledgeBases.documents` from here on out."]]],[]]