Class CreateKnowledgeBaseRequest (3.2.0)

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

Request message for [KnowledgeBases.CreateKnowledgeBase][google.cloud.dialogflow.v2.KnowledgeBases.CreateKnowledgeBase].

Inheritance

Object > CreateKnowledgeBaseRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

CreateKnowledgeBaseRequest()

public CreateKnowledgeBaseRequest()

CreateKnowledgeBaseRequest(CreateKnowledgeBaseRequest)

public CreateKnowledgeBaseRequest(CreateKnowledgeBaseRequest other)
Parameter
NameDescription
otherCreateKnowledgeBaseRequest

Properties

KnowledgeBase

public KnowledgeBase KnowledgeBase { get; set; }

Required. The knowledge base to create.

Property Value
TypeDescription
KnowledgeBase

Parent

public string Parent { get; set; }

Required. The project to create a knowledge base for. Format: projects/{Project ID}/locations/{Location ID}.

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName