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 document provides reference documentation for the `GetKnowledgeBaseRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.20.0, and its use in retrieving knowledge bases."],["The `GetKnowledgeBaseRequest` class is part of the `Google.Cloud.Dialogflow.V2` namespace and is implemented as a sealed class in the `Google.Cloud.Dialogflow.V2.dll` assembly, that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating a new instance or copying an existing `GetKnowledgeBaseRequest` object."],["`GetKnowledgeBaseRequest` has two properties: `KnowledgeBaseName`, providing a strongly-typed resource name, and `Name`, a string property that stores the full resource name of the knowledge base to retrieve."],["The available versions of the `GetKnowledgeBaseRequest` class from the API documentation are listed, ranging from version 4.26.0 (latest) down to version 3.2.0."]]],[]]