Class TransitionNode (1.8.0)

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

The source or target of a transition.

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
page google.cloud.dialogflowcx_v3.types.Page
Indicates a transition to a Page. Only some fields such as name and displayname will be set. This field is a member of oneof_ kind.
flow google.cloud.dialogflowcx_v3.types.Flow
Indicates a transition to a Flow. Only some fields such as name and displayname will be set. This field is a member of oneof_ kind.