Google Cloud Dialogflow v2 API - Class GetKnowledgeBaseRequest (4.18.0)

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].

Inheritance

object > GetKnowledgeBaseRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

GetKnowledgeBaseRequest()

public GetKnowledgeBaseRequest()

GetKnowledgeBaseRequest(GetKnowledgeBaseRequest)

public GetKnowledgeBaseRequest(GetKnowledgeBaseRequest other)
Parameter
NameDescription
otherGetKnowledgeBaseRequest

Properties

KnowledgeBaseName

public KnowledgeBaseName KnowledgeBaseName { get; set; }

KnowledgeBaseName-typed view over the Name resource name property.

Property Value
TypeDescription
KnowledgeBaseName

Name

public string Name { get; set; }

Required. The name of the knowledge base to retrieve. Format projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>.

Property Value
TypeDescription
string