Class Transition (1.5.0)

Transition(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A transition in a page.

Attributes

NameDescription
source google.cloud.dialogflowcx_v3beta1.types.TransitionCoverage.TransitionNode
The start node of a transition.
index int
The index of a transition in the transition list. Starting from 0.
target google.cloud.dialogflowcx_v3beta1.types.TransitionCoverage.TransitionNode
The end node of a transition.
covered bool
Whether or not the transition is covered by at least one of the agent's test cases.
transition_route google.cloud.dialogflowcx_v3beta1.types.TransitionRoute
Intent route or condition route.
event_handler google.cloud.dialogflowcx_v3beta1.types.EventHandler
Event handler.