-
- All Implemented Interfaces:
-
ai.tock.bot.connector.ConnectorMessage,ai.tock.bot.connector.ConnectorMessageProvider
public final class InteractiveMessageEvent extends EventApiMessage
-
-
Constructor Summary
Constructors Constructor Description InteractiveMessageEvent(SlackUser user, List<Button> actions)
-
Method Summary
Modifier and Type Method Description final SlackUsercomponent1()final List<Button>component2()final InteractiveMessageEventcopy(SlackUser user, List<Button> actions)final SlackUsergetUser()final List<Button>getActions()ConnectorTypegetConnectorType()-
Methods inherited from class ai.tock.bot.connector.ConnectorMessageProvider
equals, hashCode, toString -
Methods inherited from class ai.tock.bot.connector.slack.model.SlackConnectorMessage
obfuscate, toConnectorMessage, toGenericMessage -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
component1
final SlackUser component1()
-
component2
final List<Button> component2()
-
copy
final InteractiveMessageEvent copy(SlackUser user, List<Button> actions)
-
getActions
final List<Button> getActions()
-
getConnectorType
ConnectorType getConnectorType()
-
-
-
-