GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage class
Coverage result message for one transition route group.
Constructors
-
GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage({double? coverageScore, GoogleCloudDialogflowCxV3TransitionRouteGroup? routeGroup, List<
GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition> ? transitions}) - GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage.fromJson(Map json_)
Properties
- coverageScore ↔ double?
-
The percent of transition routes in the transition route group that are
covered.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- routeGroup ↔ GoogleCloudDialogflowCxV3TransitionRouteGroup?
-
Transition route group metadata.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
transitions
↔ List<
GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition> ? -
The list of transition routes and coverage in the transition route group.
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