All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.rbajek.rasa.sdk.dto.event.UserUtteranceReverted Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package io.github.rbajek.rasa.sdk.dto.event;

import java.sql.Timestamp;

public class UserUtteranceReverted extends AbstractEvent {

    //-----------------------------------------------
    // Constructors
    //-----------------------------------------------

    public UserUtteranceReverted() {
        this(null);
    }

    public UserUtteranceReverted(Timestamp timestamp) {
        super("rewind", timestamp);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy