Dialogflow v3 API - Class ListTransitionRouteGroupsRequest (2.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class ListTransitionRouteGroupsRequest : IMessage<ListTransitionRouteGroupsRequest>, IEquatable<ListTransitionRouteGroupsRequest>, IDeepCloneable<ListTransitionRouteGroupsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Dialogflow v3 API class ListTransitionRouteGroupsRequest.
The request message for [TransitionRouteGroups.ListTransitionRouteGroups][google.cloud.dialogflow.cx.v3.TransitionRouteGroups.ListTransitionRouteGroups].
Implements
IMessage ListTransitionRouteGroupsRequest, IEquatable ListTransitionRouteGroupsRequest, IDeepCloneable ListTransitionRouteGroupsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google Cloud Google.Cloud.DialogflowGoogle.Cloud.Dialogflow.CxV3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ListTransitionRouteGroupsRequest()
public ListTransitionRouteGroupsRequest()ListTransitionRouteGroupsRequest(ListTransitionRouteGroupsRequest)
public ListTransitionRouteGroupsRequest(ListTransitionRouteGroupsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTransitionRouteGroupsRequest |
Properties
LanguageCode
public string LanguageCode { get; set; }The language to list transition route groups 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 |
|
PageSize
public int PageSize { get; set; }The maximum number of items to return in a single page. By default 100 and at most 1000.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }The next_page_token value returned from a previous list request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The flow to list all transition route groups for.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsFlowName
public FlowName ParentAsFlowName { get; set; }| Property Value | |
|---|---|
| Type | Description |
FlowName |
|