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.18.0."],["The `GetKnowledgeBaseRequest` class is used to retrieve a specific knowledge base, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetKnowledgeBaseRequest` class has two constructors, one parameterless and one that allows you to pass another `GetKnowledgeBaseRequest` object to it."],["Key properties within this class include `KnowledgeBaseName`, which offers a typed view over the knowledge base resource name, and `Name`, a string property that holds the formatted resource name of the knowledge base to be retrieved."],["The document includes a comprehensive list of previous versions, starting from 4.26.0 (latest) and descending to 3.2.0, for navigating to other available versions of the `GetKnowledgeBaseRequest` class."]]],[]]