public class BotSimpleAnswerConfiguration extends BotAnswerConfiguration
| Constructor and Description |
|---|
BotSimpleAnswerConfiguration(java.util.List<fr.vsct.tock.bot.admin.model.BotSimpleAnswer> answers) |
BotSimpleAnswerConfiguration(fr.vsct.tock.bot.admin.answer.SimpleAnswerConfiguration conf) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<fr.vsct.tock.bot.admin.model.BotSimpleAnswer> |
component1() |
BotSimpleAnswerConfiguration |
copy(java.util.List<fr.vsct.tock.bot.admin.model.BotSimpleAnswer> answers) |
boolean |
equals(java.lang.Object p) |
java.util.List<fr.vsct.tock.bot.admin.model.BotSimpleAnswer> |
getAnswers() |
int |
hashCode() |
java.lang.String |
toString() |
getAnswerTypepublic BotSimpleAnswerConfiguration(java.util.List<fr.vsct.tock.bot.admin.model.BotSimpleAnswer> answers)
public BotSimpleAnswerConfiguration(fr.vsct.tock.bot.admin.answer.SimpleAnswerConfiguration conf)
public java.util.List<fr.vsct.tock.bot.admin.model.BotSimpleAnswer> getAnswers()
public java.util.List<fr.vsct.tock.bot.admin.model.BotSimpleAnswer> component1()
public BotSimpleAnswerConfiguration copy(java.util.List<fr.vsct.tock.bot.admin.model.BotSimpleAnswer> answers)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)