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."],[[["The `GetKnowledgeBaseRequest` class is part of the Google Cloud Dialogflow v2beta1 API and is used to request a specific knowledge base."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations like comparison and cloning."],["It inherits from the base `object` class and has members like `GetHashCode`, `GetType`, and `ToString` inherited from it."],["The `GetKnowledgeBaseRequest` class includes properties `KnowledgeBaseName` and `Name`, allowing developers to specify the target knowledge base by its typed name or string name."],["The latest version of the class is `1.0.0-beta23`, and the class can be constructed using the default constructor or by providing another `GetKnowledgeBaseRequest` object as an argument."]]],[]]