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, specifically for .NET developers."],["The latest version of the API documented is 4.26.0, and the page also includes documentation for older versions going back to 3.2.0."],["`GetKnowledgeBaseRequest` is used to request information about a specific knowledge base, as part of the `KnowledgeBases.GetKnowledgeBase` method."],["The `GetKnowledgeBaseRequest` class includes properties such as `KnowledgeBaseName` and `Name`, which are used to specify the knowledge base to retrieve, and is a class that implements several interfaces like IMessage, IEquatable, and IDeepCloneable."],["The `GetKnowledgeBaseRequest` class has two constructors, one default and one to duplicate another instance of itself, and inherits members from the object class, like GetHashCode(), GetType(), and ToString()."]]],[]]