public sealed class GetDocumentRequest : IMessage<GetDocumentRequest>, IEquatable<GetDocumentRequest>, IDeepCloneable<GetDocumentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GetDocumentRequest.
Request message for
[Documents.GetDocument][google.cloud.dialogflow.v2.Documents.GetDocument].
Required. The name of the document to retrieve.
Format projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>.
[[["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-04-17 UTC."],[[["This webpage provides documentation for the `GetDocumentRequest` class within the Google Cloud Dialogflow v2 API for .NET, with the current version being 4.13.0."],["The `GetDocumentRequest` class is used to retrieve a specific document from a knowledge base within Dialogflow, as indicated by the `Request message for Documents.GetDocument` description."],["The page details the class's inheritance, the interfaces it implements such as IMessage, IEquatable, IDeepCloneable, IBufferMessage, and IMessage, along with its inherited members."],["The page shows the constructor methods for `GetDocumentRequest`, including a parameter for copying properties from an existing `GetDocumentRequest`."],["The `GetDocumentRequest` class has two key properties, `DocumentName` which is a typed view of the resource, and `Name`, a required string property representing the full path to a specific document."]]],[]]