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 version 3.3.0 being the relevant version."],["The `GetKnowledgeBaseRequest` class is used to formulate a request to retrieve a specific knowledge base in the Dialogflow V2 API, and implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists a comprehensive history of versions for `GetKnowledgeBaseRequest`, from 4.26.0 (latest) down to 3.2.0, allowing developers to access the documentation for any previous versions."],["`GetKnowledgeBaseRequest` class contains two constructors: a parameterless constructor, and a second constructor that takes another `GetKnowledgeBaseRequest` object as an argument."],["`GetKnowledgeBaseRequest` class has two properties: `KnowledgeBaseName`, a typed view of the resource name, and `Name`, a string representing the name of the knowledge base to be retrieved, which is required in the request."]]],[]]