Class Transition (1.12.1)

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

A transition in a page.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
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. This field is a member of oneof_ detail.
event_handler google.cloud.dialogflowcx_v3.types.EventHandler
Event handler. This field is a member of oneof_ detail.