Class Transition (0.8.0)

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

A transition in a page. Attributes: source (google.cloud.dialogflowcx_v3.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_v3.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_v3.types.TransitionRoute): Intent route or condition route. event_handler (google.cloud.dialogflowcx_v3.types.EventHandler): Event handler.

Inheritance

builtins.object > proto.message.Message > Transition