public sealed class CreateTransitionRouteGroupRequest : IMessage<CreateTransitionRouteGroupRequest>, IEquatable<CreateTransitionRouteGroupRequest>, IDeepCloneable<CreateTransitionRouteGroupRequest>, IBufferMessage, IMessage
The request message for [TransitionRouteGroups.CreateTransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroups.CreateTransitionRouteGroup].
Inheritance
System.Object > CreateTransitionRouteGroupRequestImplements
Google.Protobuf.IMessage<CreateTransitionRouteGroupRequest>, System.IEquatable<CreateTransitionRouteGroupRequest>, Google.Protobuf.IDeepCloneable<CreateTransitionRouteGroupRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
CreateTransitionRouteGroupRequest()
public CreateTransitionRouteGroupRequest()
CreateTransitionRouteGroupRequest(CreateTransitionRouteGroupRequest)
public CreateTransitionRouteGroupRequest(CreateTransitionRouteGroupRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateTransitionRouteGroupRequest |
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 |
Parent
public string Parent { get; set; }
Required. The flow to create an [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] for.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>
.
Property Value | |
---|---|
Type | Description |
System.String |
ParentAsFlowName
public FlowName ParentAsFlowName { get; set; }
Property Value | |
---|---|
Type | Description |
FlowName |
TransitionRouteGroup
public TransitionRouteGroup TransitionRouteGroup { get; set; }
Required. The transition route group to create.
Property Value | |
---|---|
Type | Description |
TransitionRouteGroup |