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 document outlines the process for creating a TransitionRouteGroup within a specified flow using the Dialogflow CX API."],["The HTTP request utilizes a POST method to a defined endpoint, incorporating gRPC Transcoding syntax in the URL."],["Creating a TransitionRouteGroup requires specifying a parent, which is the flow's ID or agent's ID, and the request requires authorization via IAM permission `dialogflow.transitionRouteGroups.create`."],["The `languageCode` query parameter allows you to define the language for specific fields within the `TransitionRouteGroup`, defaulting to the agent's language if not specified."],["The request body requires an instance of a `TransitionRouteGroup` and the response, upon success, returns the newly created `TransitionRouteGroup` instance."]]],[]]