Class UpdateFlowRequest (1.0.0)

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

The request message for [Flows.UpdateFlow][google.cloud.dialogflow.cx.v3.Flows.UpdateFlow].

Inheritance

System.Object > UpdateFlowRequest

Implements

Google.Protobuf.IMessage<UpdateFlowRequest>, System.IEquatable<UpdateFlowRequest>, Google.Protobuf.IDeepCloneable<UpdateFlowRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

UpdateFlowRequest()

public UpdateFlowRequest()

UpdateFlowRequest(UpdateFlowRequest)

public UpdateFlowRequest(UpdateFlowRequest other)
Parameter
NameDescription
otherUpdateFlowRequest

Properties

Flow

public Flow Flow { get; set; }

Required. The flow to update.

Property Value
TypeDescription
Flow

LanguageCode

public string LanguageCode { get; set; }

The language of the following fields in flow:

  • Flow.event_handlers.trigger_fulfillment.messages
  • Flow.transition_routes.trigger_fulfillment.messages

If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

Property Value
TypeDescription
System.String

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The mask to control which fields get updated. If update_mask is not specified, an error will be returned.

Property Value
TypeDescription
Google.Protobuf.WellKnownTypes.FieldMask