public sealed class GetKnowledgeBaseRequest : IMessage<GetKnowledgeBaseRequest>, IEquatable<GetKnowledgeBaseRequest>, IDeepCloneable<GetKnowledgeBaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GetKnowledgeBaseRequest.
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-04-09 UTC."],[[["This webpage provides documentation for the `GetKnowledgeBaseRequest` class within the Google Cloud Dialogflow v2 API, specifically version 4.17.0."],["The `GetKnowledgeBaseRequest` class is used to request the retrieval of a knowledge base, and it inherits from multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a list of available versions for this API class, ranging from the latest version 4.26.0 down to 3.2.0."],["The class includes properties such as `KnowledgeBaseName` and `Name`, where `Name` is required and represents the formatted resource name of the knowledge base to retrieve."],["The class has a constructor `GetKnowledgeBaseRequest` with an optional parameter `other` which represents another instance of the `GetKnowledgeBaseRequest`."]]],[]]