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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]