GoogleCloudDialogflowCxV3TransitionCoverage class
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.
Constructors
-
GoogleCloudDialogflowCxV3TransitionCoverage({double? coverageScore, List<
GoogleCloudDialogflowCxV3TransitionCoverageTransition> ? transitions}) - GoogleCloudDialogflowCxV3TransitionCoverage.fromJson(Map json_)
Properties
- coverageScore ↔ double?
-
The percent of transitions in the agent that are covered.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
transitions
↔ List<
GoogleCloudDialogflowCxV3TransitionCoverageTransition> ? -
The list of Transitions present in the agent.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited