public sealed class UpdateTransitionRouteGroupRequest : IMessage<UpdateTransitionRouteGroupRequest>, IEquatable<UpdateTransitionRouteGroupRequest>, IDeepCloneable<UpdateTransitionRouteGroupRequest>, IBufferMessage, IMessageThe request message for [TransitionRouteGroups.UpdateTransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroups.UpdateTransitionRouteGroup].
Inheritance
System.Object > UpdateTransitionRouteGroupRequestImplements
Google.Protobuf.IMessage<UpdateTransitionRouteGroupRequest>, System.IEquatable<UpdateTransitionRouteGroupRequest>, Google.Protobuf.IDeepCloneable<UpdateTransitionRouteGroupRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
UpdateTransitionRouteGroupRequest()
public UpdateTransitionRouteGroupRequest()UpdateTransitionRouteGroupRequest(UpdateTransitionRouteGroupRequest)
public UpdateTransitionRouteGroupRequest(UpdateTransitionRouteGroupRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateTransitionRouteGroupRequest |
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 | |
|---|---|
| Type | Description |
System.String |
|
TransitionRouteGroup
public TransitionRouteGroup TransitionRouteGroup { get; set; }Required. The transition route group to update.
| Property Value | |
|---|---|
| Type | Description |
TransitionRouteGroup |
|
UpdateMask
public FieldMask UpdateMask { get; set; }The mask to control which fields get updated.
| Property Value | |
|---|---|
| Type | Description |
Google.Protobuf.WellKnownTypes.FieldMask |
|