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 name of the TransitionRouteGroup. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/transitionRouteGroups/<TransitionRouteGroupID> or projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/transitionRouteGroups/<TransitionRouteGroupID>.
Authorization requires the following IAM permission on the specified resource name:
dialogflow.transitionRouteGroups.get
Query parameters
Parameters
languageCode
string
The language to retrieve the transition route group 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 document outlines how to retrieve a specific TransitionRouteGroup using a GET request."],["The request requires a `name` path parameter in the URL to identify the desired TransitionRouteGroup, following a specific format that includes the project, location, agent, and group IDs."],["An optional `languageCode` query parameter allows specifying the language for language-dependent fields, defaulting to the agent's language if not provided."],["The request body must be empty, and a successful response will return an instance of the TransitionRouteGroup."],["The authorization requires either `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scopes."]]],[]]