Google Cloud Dialogflow v2beta1 API - Class CreateKnowledgeBaseRequest (1.0.0-beta16)

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

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

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

Inheritance

object > CreateKnowledgeBaseRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

CreateKnowledgeBaseRequest()

public CreateKnowledgeBaseRequest()

CreateKnowledgeBaseRequest(CreateKnowledgeBaseRequest)

public CreateKnowledgeBaseRequest(CreateKnowledgeBaseRequest other)
Parameter
Name Description
other CreateKnowledgeBaseRequest

Properties

KnowledgeBase

public KnowledgeBase KnowledgeBase { get; set; }

Required. The knowledge base to create.

Property Value
Type Description
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
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
Type Description
ProjectName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
Type Description
IResourceName