Dialogflow v3 API - Class GetTransitionRouteGroupRequest (2.21.0)

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

Reference documentation and code samples for the Dialogflow v3 API class GetTransitionRouteGroupRequest.

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
Name Description
other GetTransitionRouteGroupRequest

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
Type Description
string

Name

public string Name { get; set; }

Required. The name of the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup]. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/transitionRouteGroups/<TransitionRouteGroupID> or projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/transitionRouteGroups/<TransitionRouteGroupID>.

Property Value
Type Description
string

TransitionRouteGroupName

public TransitionRouteGroupName TransitionRouteGroupName { get; set; }

TransitionRouteGroupName-typed view over the Name resource name property.

Property Value
Type Description
TransitionRouteGroupName

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.