Google Cloud Dialogflow v2 API - Class CreateKnowledgeBaseRequest (4.12.0)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class CreateKnowledgeBaseRequest.

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