Class GetTransitionRouteGroupRequest (1.10.0)

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

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

Inheritance

Object > GetTransitionRouteGroupRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

GetTransitionRouteGroupRequest()

public GetTransitionRouteGroupRequest()

GetTransitionRouteGroupRequest(GetTransitionRouteGroupRequest)

public GetTransitionRouteGroupRequest(GetTransitionRouteGroupRequest other)
Parameter
NameDescription
otherGetTransitionRouteGroupRequest

Properties

LanguageCode

public string LanguageCode { get; set; }

The language to retrieve the transition route group for. The following fields are language dependent:

  • 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

Name

public string Name { get; set; }

Required. The name of the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup]. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>/flows/&lt;Flow ID>/transitionRouteGroups/&lt;Transition Route Group ID>.

Property Value
TypeDescription
String

TransitionRouteGroupName

public TransitionRouteGroupName TransitionRouteGroupName { get; set; }

TransitionRouteGroupName-typed view over the Name resource name property.

Property Value
TypeDescription
TransitionRouteGroupName