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, detailing its functionality as a request message for retrieving knowledge bases."],["The `GetKnowledgeBaseRequest` class is available across multiple versions, ranging from 3.2.0 up to the latest version 4.26.0, each with its own specific documentation link."],["The `GetKnowledgeBaseRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its integration with the Google.Protobuf library."],["The class allows for the retrieval of a specific knowledge base by its name, which is defined by the `Name` property and is formatted as a string, it also has a `KnowledgeBaseName` property to offer a strongly typed view over the name resource."],["The class contains public constructors to instantiate the object with an empty constructor and also a constructor that can be used to pass the object itself for a copy."]]],[]]