GoogleCloudDialogflowCxV3TestCaseResult class
Represents a result from running a test case in an agent environment.
Constructors
-
GoogleCloudDialogflowCxV3TestCaseResult({List<
GoogleCloudDialogflowCxV3ConversationTurn> ? conversationTurns, String? environment, String? name, String? testResult, String? testTime}) - GoogleCloudDialogflowCxV3TestCaseResult.fromJson(Map json_)
Properties
-
conversationTurns
↔ List<
GoogleCloudDialogflowCxV3ConversationTurn> ? -
The conversation turns uttered during the test case replay in
chronological order.
getter/setter pair
- environment ↔ String?
-
Environment where the test was run.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The resource name for the test case result.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- testResult ↔ String?
-
Whether the test case passed in the agent environment.
Possible string values are:
getter/setter pair
- testTime ↔ String?
-
The time that the test was 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