Dialogflow v3 API - Class CreateTransitionRouteGroupRequest (2.18.0)

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

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

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

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
Type Description
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> or projects/<Project ID>/locations/<Location ID>/agents/<Agent ID> for agent-level groups.

Property Value
Type Description
string

ParentAsAgentName

public AgentName ParentAsAgentName { get; set; }

AgentName-typed view over the Parent resource name property.

Property Value
Type Description
AgentName

ParentAsFlowName

public FlowName ParentAsFlowName { get; set; }

FlowName-typed view over the Parent resource name property.

Property Value
Type Description
FlowName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
Type Description
IResourceName

TransitionRouteGroup

public TransitionRouteGroup TransitionRouteGroup { get; set; }

Required. The transition route group to create.

Property Value
Type Description
TransitionRouteGroup

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.