TransitionRouteGroup

class TransitionRouteGroup : KotlinCustomResource

Creates an TransitionRouteGroup in the specified flow. Note: You should always train a flow prior to sending it queries. See the training documentation.

Properties

Link copied to clipboard
val agentId: Output<String>
Link copied to clipboard
val displayName: Output<String>

The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.

Link copied to clipboard
val flowId: Output<String>
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val languageCode: Output<String>?

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.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

The unique identifier of the transition route group. TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format: projects//locations//agents//flows//transitionRouteGroups/.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Transition routes associated with the TransitionRouteGroup.

Link copied to clipboard
val urn: Output<String>