GoogleCloudDialogflowCxV3IntentCoverage class
Intent coverage represents the percentage of all possible intents in the agent that are triggered in any of a parent's test cases.
Constructors
-
GoogleCloudDialogflowCxV3IntentCoverage({double? coverageScore, List<
GoogleCloudDialogflowCxV3IntentCoverageIntent> ? intents}) - GoogleCloudDialogflowCxV3IntentCoverage.fromJson(Map json_)
Properties
- coverageScore ↔ double?
-
The percent of intents in the agent that are covered.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
intents
↔ List<
GoogleCloudDialogflowCxV3IntentCoverageIntent> ? -
The list of Intents present in the agent
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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