public sealed class GetKnowledgeBaseRequest : IMessage<GetKnowledgeBaseRequest>, IEquatable<GetKnowledgeBaseRequest>, IDeepCloneable<GetKnowledgeBaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GetKnowledgeBaseRequest.
Request message for
[KnowledgeBases.GetKnowledgeBase][google.cloud.dialogflow.v2beta1.KnowledgeBases.GetKnowledgeBase].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation details the `GetKnowledgeBaseRequest` class, which is part of the Google Cloud Dialogflow v2beta1 API."],["`GetKnowledgeBaseRequest` is used to request a specific knowledge base and it inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetKnowledgeBaseRequest` class has two constructors, a default constructor and another one that takes an existing `GetKnowledgeBaseRequest` object as an argument."],["It includes properties like `KnowledgeBaseName` for a typed view and `Name` for the required knowledge base resource name in the format of `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/knowledgeBases/\u003cKnowledge Base ID\u003e`."],["The latest version of `GetKnowledgeBaseRequest` is 1.0.0-beta23, with version 1.0.0-beta22 also being documented."]]],[]]