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."],[[["The content provides a comprehensive list of versions for `GetKnowledgeBaseRequest`, ranging from version 4.26.0 (latest) down to 3.2.0, allowing users to access documentation for different release cycles."],["`GetKnowledgeBaseRequest` is a class that serves as a request message for `KnowledgeBases.GetKnowledgeBase` within the Google.Cloud.Dialogflow.V2 namespace."],["The class `GetKnowledgeBaseRequest` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetKnowledgeBaseRequest` class has two constructors, a default constructor, and a copy constructor that takes another `GetKnowledgeBaseRequest` instance as an argument."],["It includes properties like `KnowledgeBaseName` (a typed view over the resource name) and `Name`, which is a string representing the resource name of the knowledge base, and is a required field."]]],[]]