Package ai.tock.bot.admin.answer
Class SimpleAnswer
-
- All Implemented Interfaces:
public final class SimpleAnswerAnswer that contains only i18n label with an optional delay and MediaMessageDescriptor.
-
-
Field Summary
Fields Modifier and Type Field Description private final I18nLabelValuekeyprivate final Longdelayprivate final MediaMessageDescriptormediaMessageprivate final List<Footnote>footnotes
-
Constructor Summary
Constructors Constructor Description SimpleAnswer(I18nLabelValue key, Long delay, MediaMessageDescriptor mediaMessage, List<Footnote> footnotes)
-
Method Summary
Modifier and Type Method Description final I18nLabelValuegetKey()final LonggetDelay()final MediaMessageDescriptorgetMediaMessage()final List<Footnote>getFootnotes()-
-
Constructor Detail
-
SimpleAnswer
SimpleAnswer(I18nLabelValue key, Long delay, MediaMessageDescriptor mediaMessage, List<Footnote> footnotes)
-
-
Method Detail
-
getKey
final I18nLabelValue getKey()
-
getMediaMessage
final MediaMessageDescriptor getMediaMessage()
-
getFootnotes
final List<Footnote> getFootnotes()
-
-
-
-