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 for version 4.23.0."],["The `GetKnowledgeBaseRequest` class is used to construct requests for retrieving a specific knowledge base, as per the `KnowledgeBases.GetKnowledgeBase` method."],["The page includes links to documentation for numerous versions of the API, ranging from version 3.2.0 up to the latest version, 4.26.0, showing the evolution of `GetKnowledgeBaseRequest`."],["The documentation details the class's constructors, properties such as `KnowledgeBaseName` and `Name`, as well as its inherited members and implemented interfaces."],["The required format for retrieving a specific knowledge base using this request is `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/knowledgeBases/\u003cKnowledge Base ID\u003e`, as specified in the `Name` property description."]]],[]]