GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics class
Version variant and associated metrics.
Constructors
-
GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics({List<
GoogleCloudDialogflowCxV3ExperimentResultMetric> ? metrics, int? sessionCount, String? version}) - GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
metrics
↔ List<
GoogleCloudDialogflowCxV3ExperimentResultMetric> ? -
The metrics and corresponding confidence intervals in the inference
result.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionCount ↔ int?
-
Number of sessions that were allocated to this version.
getter/setter pair
- version ↔ String?
-
The name of the flow Version.
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