public sealed class UpdateContextRequest : IMessage<UpdateContextRequest>, IEquatable<UpdateContextRequest>, IDeepCloneable<UpdateContextRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2 API class UpdateContextRequest.
The request message for [Contexts.UpdateContext][google.cloud.dialogflow.v2.Contexts.UpdateContext].
Implements
IMessageUpdateContextRequest, IEquatableUpdateContextRequest, IDeepCloneableUpdateContextRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
UpdateContextRequest()
public UpdateContextRequest()UpdateContextRequest(UpdateContextRequest)
public UpdateContextRequest(UpdateContextRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | UpdateContextRequest | 
Properties
Context
public Context Context { get; set; }Required. The context to update.
| Property Value | |
|---|---|
| Type | Description | 
| Context | |
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. The mask to control which fields get updated.
| Property Value | |
|---|---|
| Type | Description | 
| FieldMask | |