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 page provides reference documentation for the `GetKnowledgeBaseRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The `GetKnowledgeBaseRequest` class is a request message used to retrieve a specific knowledge base, as defined by the `KnowledgeBases.GetKnowledgeBase` method in the API."],["The latest version available for this class is 4.26.0, with versions ranging from 4.26.0 down to 3.2.0 being documented and accessible through links."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality and role within the API's message structure."],["Key properties of `GetKnowledgeBaseRequest` include `KnowledgeBaseName` and `Name`, where `Name` is a string representing the full resource name of the knowledge base to be retrieved, and `KnowledgeBaseName` is a typed view of the former."]]],[]]