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].
Implements
IMessage<GetTransitionRouteGroupRequest>, IEquatable<GetTransitionRouteGroupRequest>, IDeepCloneable<GetTransitionRouteGroupRequest>, IBufferMessage, 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 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/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/transitionRouteGroups/<Transition Route Group ID>
.
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 |