Generic event args for script dialog events like ScriptConfirmRequested. The type parameter determines the data type that must be passed to the Continue callback to continue script execution.
ScriptConfirmRequested
Continue
Action<T> Continue
The callback to invoke to continue script execution.
string Message
The event's message.