Class TransitionCoverage (1.0.0)

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

Transition coverage represents the percentage of all possible page transitions (page-level transition routes and event handlers, excluding transition route groups) present within any of a parent's test cases.

Attributes

NameDescription
transitions Sequence[google.cloud.dialogflowcx_v3.types.TransitionCoverage.Transition]
The list of Transitions present in the agent.
coverage_score float
The percent of transitions in the agent that are covered.

Classes

Transition

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_v3.types.TransitionCoverage.TransitionNode

TransitionNode

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

The source or target of a transition. .. attribute:: page

Indicates a transition to a Page. Only some fields such as name and displayname will be set.

:type: google.cloud.dialogflowcx_v3.types.Page