Google Cloud Dialogflow v2beta1 API - Class UpdateContextRequest (1.0.0-beta15)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class UpdateContextRequest.

The request message for [Contexts.UpdateContext][google.cloud.dialogflow.v2beta1.Contexts.UpdateContext].

Inheritance

object > UpdateContextRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

UpdateContextRequest()

public UpdateContextRequest()

UpdateContextRequest(UpdateContextRequest)

public UpdateContextRequest(UpdateContextRequest other)
Parameter
NameDescription
otherUpdateContextRequest

Properties

Context

public Context Context { get; set; }

Required. The context to update.

Property Value
TypeDescription
Context

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. The mask to control which fields get updated.

Property Value
TypeDescription
FieldMask