Class GetTransitionRouteGroupRequest (1.0.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

System.Object > GetTransitionRouteGroupRequest

Implements

Google.Protobuf.IMessage<GetTransitionRouteGroupRequest>, System.IEquatable<GetTransitionRouteGroupRequest>, Google.Protobuf.IDeepCloneable<GetTransitionRouteGroupRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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 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
TypeDescription
System.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
System.String

TransitionRouteGroupName

public TransitionRouteGroupName TransitionRouteGroupName { get; set; }

TransitionRouteGroupName-typed view over the Name resource name property.

Property Value
TypeDescription
TransitionRouteGroupName