
io.github.rbajek.rasa.sdk.dto.event.ActionReverted Maven / Gradle / Ivy
package io.github.rbajek.rasa.sdk.dto.event;
import java.sql.Timestamp;
public class ActionReverted extends AbstractEvent {
//-----------------------------------------------
// Constructors
//-----------------------------------------------
public ActionReverted() {
this(null);
}
public ActionReverted(Timestamp timestamp) {
super("undo", timestamp);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy