net.mossol.bot.model.SimpleText Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of line_bot_mossol-lib Show documentation
Show all versions of line_bot_mossol-lib Show documentation
Line Bot Mossol (line_bot_mossol-lib)
package net.mossol.bot.model;
import lombok.Value;
@Value
public class SimpleText {
private String message;
private TextType type;
private String response;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy