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-03-21 UTC."],[[["This webpage provides reference documentation for the `GetKnowledgeBaseRequest` class within the Google Cloud Dialogflow v2 API, with the latest version being 4.26.0."],["The `GetKnowledgeBaseRequest` class is a request message used to retrieve a specific knowledge base using the `KnowledgeBases.GetKnowledgeBase` method."],["The documentation lists various versions of the API, ranging from 4.26.0 down to 3.2.0, and provides links to the documentation for each version."],["`GetKnowledgeBaseRequest` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with `KnowledgeBaseName` and `Name` as the main properties."],["The class contains two constructors, one default and one that accepts another `GetKnowledgeBaseRequest` object as a parameter, for copying purposes."]]],[]]