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 create an TransitionRouteGroup for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID> or projects/<ProjectID>/locations/<LocationID>/agents/<AgentID> for agent-level groups.
Authorization requires the following IAM permission on the specified resource parent:
dialogflow.transitionRouteGroups.create
Query parameters
Parameters
languageCode
string
The language of the following fields in TransitionRouteGroup:
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 page details how to create a TransitionRouteGroup within a specified flow using the Dialogflow CX API."],["The process involves making a POST request to a specific endpoint, with the parent path parameter identifying the target flow, and the endpoint is dependent on the supported service endpoint."],["The request requires a body containing a `TransitionRouteGroup` instance, and the language can be specified using the `languageCode` query parameter."],["A successful request will result in a response body containing the newly created `TransitionRouteGroup`."],["Authorization requires either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scopes and the `dialogflow.transitionRouteGroups.create` IAM permission."]]],[]]