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, specifically for version 3.7.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 in Dialogflow, and it inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a constructor for creating a new `GetKnowledgeBaseRequest` and another for making a copy, taking another `GetKnowledgeBaseRequest` as parameter, as well as having `KnowledgeBaseName` and `Name` properties."],["The `Name` property is a required string that represents the resource name of the knowledge base to be retrieved, formatted as `projects/{Project ID}/locations/{Location ID}/knowledgeBases/\u003cKnowledge Base ID\u003e`."],["The latest version documented is 4.26.0, with a list of links to each version of the `GetKnowledgeBaseRequest` class."]]],[]]