GoogleCloudDialogflowCxV3TransitionCoverageTransition class

A transition in a page.

Properties

covered bool?
Whether the transition is covered by at least one of the agent's test cases.
getter/setter pair
eventHandler GoogleCloudDialogflowCxV3EventHandler?
Event handler.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index int?
The index of a transition in the transition list.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode?
The start node of a transition.
getter/setter pair
target GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode?
The end node of a transition.
getter/setter pair
transitionRoute GoogleCloudDialogflowCxV3TransitionRoute?
Intent route or condition route.
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