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].
Implements
IMessage<UpdateDocumentRequest>, IEquatable<UpdateDocumentRequest>, IDeepCloneable<UpdateDocumentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
UpdateDocumentRequest()
public UpdateDocumentRequest()
UpdateDocumentRequest(UpdateDocumentRequest)
public UpdateDocumentRequest(UpdateDocumentRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateDocumentRequest |
Properties
Document
public Document Document { get; set; }
Required. The document to update.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
FieldMask |