Google Cloud Dialogflow v2beta1 API - Class DeleteKnowledgeBaseRequest (1.0.0-beta17)

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

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

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

Inheritance

object > DeleteKnowledgeBaseRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

DeleteKnowledgeBaseRequest()

public DeleteKnowledgeBaseRequest()

DeleteKnowledgeBaseRequest(DeleteKnowledgeBaseRequest)

public DeleteKnowledgeBaseRequest(DeleteKnowledgeBaseRequest other)
Parameter
Name Description
other DeleteKnowledgeBaseRequest

Properties

Force

public bool Force { get; set; }

Optional. Force deletes the knowledge base. When set to true, any documents in the knowledge base are also deleted.

Property Value
Type Description
bool

KnowledgeBaseName

public KnowledgeBaseName KnowledgeBaseName { get; set; }

KnowledgeBaseName-typed view over the Name resource name property.

Property Value
Type Description
KnowledgeBaseName

Name

public string Name { get; set; }

Required. The name of the knowledge base to delete. Format: projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>.

Property Value
Type Description
string