Class GetKnowledgeBaseRequest (4.1.0)

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

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/&lt;Knowledge Base ID>.

Property Value
TypeDescription
String