GoogleCloudDialogflowCxV3ContinuousTestResult class
Represents a result from running a test case in an agent environment.
Constructors
-
GoogleCloudDialogflowCxV3ContinuousTestResult({String? name, String? result, String? runTime, List<
String> ? testCaseResults}) - GoogleCloudDialogflowCxV3ContinuousTestResult.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The resource name for the continuous test result.
getter/setter pair
- result ↔ String?
-
The result of this continuous test run, i.e. whether all the tests in this
continuous test run pass or not.
Possible string values are:
getter/setter pair
- runTime ↔ String?
-
Time when the continuous testing run starts.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
testCaseResults
↔ List<
String> ? -
A list of individual test case results names in this continuous test run.
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