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 page details the `GetKnowledgeBaseRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used to retrieve a specific knowledge base."],["The latest version available is 4.26.0, with a comprehensive list of prior versions from 4.25.0 down to 3.2.0 provided for reference, with the ability to access previous documentation."],["The `GetKnowledgeBaseRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with the Google Protobuf framework."],["This class has two constructors, a default one, and another that copies an existing `GetKnowledgeBaseRequest` object, to allow developers to instantiate new requests in different manners."],["The `GetKnowledgeBaseRequest` class has two key properties: `KnowledgeBaseName` (typed as `KnowledgeBaseName`) and `Name` (a string), both needed for specifying the target knowledge base to retrieve using the correct name and format."]]],[]]