public sealed class GetKnowledgeBaseRequest : IMessage<GetKnowledgeBaseRequest>, IEquatable<GetKnowledgeBaseRequest>, IDeepCloneable<GetKnowledgeBaseRequest>, IBufferMessage, IMessage
Request message for [KnowledgeBases.GetKnowledgeBase][google.cloud.dialogflow.v2.KnowledgeBases.GetKnowledgeBase].
[[["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-21 UTC."],[[["This webpage provides documentation for the `GetKnowledgeBaseRequest` class within the `Google.Cloud.Dialogflow.V2` namespace for .NET, with the latest version being 4.26.0 and going down to 3.2.0."],["`GetKnowledgeBaseRequest` is a request message used for retrieving a specific knowledge base, as indicated by its purpose for `KnowledgeBases.GetKnowledgeBase`."],["The class `GetKnowledgeBaseRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and `IMessage`."],["The `GetKnowledgeBaseRequest` class includes constructors for creating an instance and copying from another instance, as well as properties like `KnowledgeBaseName` and `Name` to specify the target knowledge base."],["The `Name` property of the class represents the resource name of the knowledge base to retrieve and has the format `projects/{Project ID}/locations/{Location ID\u003e/knowledgeBases/\u003cKnowledge Base ID\u003e`."]]],[]]