Google Cloud Dialogflow v2beta1 API - Class GetKnowledgeBaseRequest (1.0.0-beta15)

public sealed class GetKnowledgeBaseRequest : IMessage<GetKnowledgeBaseRequest>, IEquatable<GetKnowledgeBaseRequest>, IDeepCloneable<GetKnowledgeBaseRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GetKnowledgeBaseRequest.

Request message for [KnowledgeBases.GetKnowledgeBase][google.cloud.dialogflow.v2beta1.KnowledgeBases.GetKnowledgeBase].

Inheritance

object > GetKnowledgeBaseRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.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