Google Cloud Dialogflow v2 API - Class UpdateDocumentRequest (4.2.0)

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

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

Request message for [Documents.UpdateDocument][google.cloud.dialogflow.v2.Documents.UpdateDocument].

Inheritance

Object > UpdateDocumentRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

UpdateDocumentRequest()

public UpdateDocumentRequest()

UpdateDocumentRequest(UpdateDocumentRequest)

public UpdateDocumentRequest(UpdateDocumentRequest other)
Parameter
NameDescription
otherUpdateDocumentRequest

Properties

Document

public Document Document { get; set; }

Required. The document to update.

Property Value
TypeDescription
Document

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