Class UpdateTransitionRouteGroupRequest (1.0.0)

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

The request message for [TransitionRouteGroups.UpdateTransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroups.UpdateTransitionRouteGroup].

Inheritance

System.Object > UpdateTransitionRouteGroupRequest

Implements

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

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

UpdateTransitionRouteGroupRequest()

public UpdateTransitionRouteGroupRequest()

UpdateTransitionRouteGroupRequest(UpdateTransitionRouteGroupRequest)

public UpdateTransitionRouteGroupRequest(UpdateTransitionRouteGroupRequest other)
Parameter
NameDescription
otherUpdateTransitionRouteGroupRequest

Properties

LanguageCode

public string LanguageCode { get; set; }

The language to list transition route groups for. The field [messages][TransitionRoute.trigger_fulfillment.messages] in [TransitionRoute][google.cloud.dialogflow.cx.v3.TransitionRoute] is language dependent.

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

TransitionRouteGroup

public TransitionRouteGroup TransitionRouteGroup { get; set; }

Required. The transition route group to update.

Property Value
TypeDescription
TransitionRouteGroup

UpdateMask

public FieldMask UpdateMask { get; set; }

The mask to control which fields get updated.

Property Value
TypeDescription
Google.Protobuf.WellKnownTypes.FieldMask