Some products and features are in the process of being renamed. Generative playbook and flow features are also being migrated to a single consolidated console. See the details.
Required. The flow to list all transition route groups for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID> or `projects//locations//agents/.
Authorization requires the following IAM permission on the specified resource parent:
dialogflow.transitionRouteGroups.list
Query parameters
Parameters
pageSize
integer
The maximum number of items to return in a single page. By default 100 and at most 1000.
pageToken
string
The nextPageToken value returned from a previous list request.
languageCode
string
The language to list transition route groups for. The following fields are 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This endpoint retrieves a list of all transition route groups within a specified flow, using a `GET` request."],["The `parent` path parameter, which is a required string specifying the flow's identifier in the format `projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/flows/\u003cFlowID\u003e`, determines the scope of the transition route groups to be listed."],["Optional query parameters such as `pageSize`, `pageToken`, and `languageCode` can be used to manage the returned results."],["The request body for this call should be empty."],["To perform this action, either `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scopes are necessary."]]],[]]