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 used to request a specific knowledge base from Dialogflow and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `KnowledgeBaseName` and `Name`, which are used to specify the target knowledge base to be retrieved, with the name property being a required field."],["There are numerous versions of the `GetKnowledgeBaseRequest` class available, ranging from version 4.26.0 down to version 3.2.0, all of which can be accessed from this page."],["The `GetKnowledgeBaseRequest` class inherits from the base `Object` class, while also having it's own constructors, one which takes no parameter, and another which takes in another `GetKnowledgeBaseRequest` as a parameter."]]],[]]