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 page details how to retrieve a specific document using a GET HTTP request to a specified endpoint."],["The request requires a `name` path parameter in the format `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/knowledgeBases/\u003cKnowledge Base ID\u003e/documents/\u003cDocument ID\u003e`, for which authorization is needed."],["The HTTP request must use the GET method, the request body is required to be empty, and the `name` path parameter is mandatory."],["A successful request will return a response body containing an instance of the `Document`, while a failed request may fail due to the missing Authorization, which requires specific OAuth scopes."],["The supported service endpoints, gRPC Transcoding, and authorization details can be found via the provided links."]]],[]]