GoogleCloudDialogflowCxV3CalculateCoverageResponse class
The response message for TestCases.CalculateCoverage.
Constructors
- GoogleCloudDialogflowCxV3CalculateCoverageResponse({String? agent, GoogleCloudDialogflowCxV3IntentCoverage? intentCoverage, GoogleCloudDialogflowCxV3TransitionRouteGroupCoverage? routeGroupCoverage, GoogleCloudDialogflowCxV3TransitionCoverage? transitionCoverage})
- GoogleCloudDialogflowCxV3CalculateCoverageResponse.fromJson(Map json_)
Properties
- agent ↔ String?
-
The agent to calculate coverage for.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- intentCoverage ↔ GoogleCloudDialogflowCxV3IntentCoverage?
-
Intent coverage.
getter/setter pair
- routeGroupCoverage ↔ GoogleCloudDialogflowCxV3TransitionRouteGroupCoverage?
-
Transition route group coverage.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transitionCoverage ↔ GoogleCloudDialogflowCxV3TransitionCoverage?
-
Transition (excluding transition route groups) coverage.
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