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 development."],["The content details the various versions of the API, from the latest version 4.26.0 down to version 3.2.0, including the version currently displayed, 4.14.0."],["`GetKnowledgeBaseRequest` is a class used to construct a request for retrieving a specific knowledge base, which implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page outlines the class's constructors, including a default constructor and a copy constructor, as well as key properties such as `KnowledgeBaseName` and `Name`, which are crucial for identifying the target knowledge base."],["The documentation also specifies that the `Name` property requires a specific format: `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/knowledgeBases/\u003cKnowledge Base ID\u003e`."]]],[]]