Transition Route Group Args
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<GoogleCloudDialogflowCxV3beta1TransitionRouteArgs>>? = null)