Transition Route Group Args
data class TransitionRouteGroupArgs(val agentId: Output<String>? = null, val displayName: Output<String>? = null, val flowId: Output<String>? = null, val languageCode: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val transitionRoutes: Output<List<GoogleCloudDialogflowCxV3TransitionRouteArgs>>? = null) : ConvertibleToJava<TransitionRouteGroupArgs>
Creates an TransitionRouteGroup in the specified flow. Note: You should always train a flow prior to sending it queries. See the training documentation.
Constructors
Link copied to clipboard
fun TransitionRouteGroupArgs(agentId: Output<String>? = null, displayName: Output<String>? = null, flowId: Output<String>? = null, languageCode: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, transitionRoutes: Output<List<GoogleCloudDialogflowCxV3TransitionRouteArgs>>? = null)
Functions
Properties
Link copied to clipboard
The language of the following fields in TransitionRouteGroup
: * 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.