Google Cloud Dialogflow v2 API - Class UpdateKnowledgeBaseRequest (4.18.0)

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

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

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

Inheritance

object > UpdateKnowledgeBaseRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.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