Package ai.tock.bot.engine.message
Class Choice
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classChoice.Companion
-
Field Summary
Fields Modifier and Type Field Description private final EventTypeeventTypeprivate final StringintentNameprivate final Map<String, String>parametersprivate final Longdelaypublic final static Choice.CompanionCompanion
-
Method Summary
Modifier and Type Method Description EventTypegetEventType()final StringgetIntentName()final Map<String, String>getParameters()LonggetDelay()ActiontoAction(PlayerId playerId, String applicationId, PlayerId recipientId)StringtoPrettyString()Returns a human readable string representation of the message. BooleanisSimpleMessage()-
-
Method Detail
-
getEventType
EventType getEventType()
-
getIntentName
final String getIntentName()
-
getParameters
final Map<String, String> getParameters()
-
toPrettyString
String toPrettyString()
Returns a human readable string representation of the message.
-
isSimpleMessage
Boolean isSimpleMessage()
-
-
-
-