Class TransitionCoverage (1.5.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_v3beta1.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.

TransitionNode

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

The source or target of a transition.