Class TransitionCoverage (0.8.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: 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.

Inheritance

builtins.object > proto.message.Message > TransitionCoverage