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 > GetTransitionRouteGroupRequestImplements
Google.Protobuf.IMessage<GetTransitionRouteGroupRequest>, System.IEquatable<GetTransitionRouteGroupRequest>, Google.Protobuf.IDeepCloneable<GetTransitionRouteGroupRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
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 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 | |
---|---|
Type | Description |
System.String |
Name
public string Name { get; set; }
Required. The name of the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/transitionRouteGroups/<Transition Route Group ID>
.
Property Value | |
---|---|
Type | Description |
System.String |
TransitionRouteGroupName
public TransitionRouteGroupName TransitionRouteGroupName { get; set; }
TransitionRouteGroupName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
TransitionRouteGroupName |