Class CreateTransitionRouteGroupRequest (1.1.0)

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

Object > CreateTransitionRouteGroupRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

CreateTransitionRouteGroupRequest()

public CreateTransitionRouteGroupRequest()

CreateTransitionRouteGroupRequest(CreateTransitionRouteGroupRequest)

public CreateTransitionRouteGroupRequest(CreateTransitionRouteGroupRequest other)
Parameter
NameDescription
otherCreateTransitionRouteGroupRequest

Properties

LanguageCode

public string LanguageCode { get; set; }

The language of the following fields in TransitionRouteGroup:

  • TransitionRouteGroup.transition_routes.trigger_fulfillment.messages * TransitionRouteGroup.transition_routes.trigger_fulfillment.conditional_cases

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
String

Parent

public string Parent { get; set; }

Required. The flow to create an [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] for. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>/flows/&lt;Flow ID>.

Property Value
TypeDescription
String

ParentAsFlowName

public FlowName ParentAsFlowName { get; set; }

FlowName-typed view over the Parent resource name property.

Property Value
TypeDescription
FlowName

TransitionRouteGroup

public TransitionRouteGroup TransitionRouteGroup { get; set; }

Required. The transition route group to create.

Property Value
TypeDescription
TransitionRouteGroup