GenUiEventStep class final

Something the app sent back to the agent: an action the user took, or an error the renderer reported.

Not replayed — it is an output, not an input — but it is half of the question "what did the agent see before it answered that way".

Inheritance

Constructors

GenUiEventStep(Duration at, Object? event)
Creates a GenUiEventStep.
const

Properties

at → Duration
How long after the start of the recording this happened.
finalinherited
event → Object?
The interaction payload, decoded.
final
hashCode → int
The hash code for this object.
no setterinherited
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, Object?>
This step as JSON.
override
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited