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."],[[["This page details the `GetKnowledgeBaseRequest` class within the Google.Cloud.Dialogflow.V2 namespace, specifically for version 3.5.0, with links to various versions ranging from 3.2.0 to 4.26.0."],["`GetKnowledgeBaseRequest` is used as the request message for retrieving a knowledge base through the `KnowledgeBases.GetKnowledgeBase` method."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetKnowledgeBaseRequest` class includes properties such as `KnowledgeBaseName` (a typed view) and `Name`, which is the required knowledge base name in a specific format."],["The page documents the `GetKnowledgeBaseRequest` class constructors, including the default constructor and one that accepts another `GetKnowledgeBaseRequest` instance as a parameter."]]],[]]