Class UpdateContextRequest
The request message for [Contexts.UpdateContext][google.cloud.dialogflow.v2.Contexts.UpdateContext].
Implements
Namespace: Google.Cloud.Dialogflow.V2
Assembly: Google.Cloud.Dialogflow.V2.dll
Syntax
public sealed class UpdateContextRequest : IMessage<UpdateContextRequest>, IEquatable<UpdateContextRequest>, IDeepCloneable<UpdateContextRequest>, IBufferMessage, IMessage
Constructors
UpdateContextRequest()
Declaration
public UpdateContextRequest()
UpdateContextRequest(UpdateContextRequest)
Declaration
public UpdateContextRequest(UpdateContextRequest other)
Parameters
Type | Name | Description |
---|---|---|
UpdateContextRequest | other |
Properties
Context
Required. The context to update.
Declaration
public Context Context { get; set; }
Property Value
Type | Description |
---|---|
Context |
UpdateMask
Optional. The mask to control which fields get updated.
Declaration
public FieldMask UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
FieldMask |