Class Transition (0.7.1)

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

A transition in a page. .. attribute:: source

The start node of a transition.

:type: google.cloud.dialogflowcx_v3beta1.types.TransitionCoverage.TransitionNode

Attributes

NameDescription
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.