Google Cloud Dialogflow v2beta1 API - Class UpdateKnowledgeBaseRequest (1.0.0-beta15)

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

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

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

Inheritance

object > UpdateKnowledgeBaseRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

UpdateKnowledgeBaseRequest()

public UpdateKnowledgeBaseRequest()

UpdateKnowledgeBaseRequest(UpdateKnowledgeBaseRequest)

public UpdateKnowledgeBaseRequest(UpdateKnowledgeBaseRequest other)
Parameter
NameDescription
otherUpdateKnowledgeBaseRequest

Properties

KnowledgeBase

public KnowledgeBase KnowledgeBase { get; set; }

Required. The knowledge base to update.

Property Value
TypeDescription
KnowledgeBase

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. Not specified means update all. Currently, only display_name can be updated, an InvalidArgument will be returned for attempting to update other fields.

Property Value
TypeDescription
FieldMask