-
- All Implemented Interfaces:
-
ai.tock.bot.connector.ConnectorMessage,ai.tock.bot.connector.ConnectorMessageProvider
public final class UrlVerificationEvent extends EventApiMessage
Url verification event - see https://api.slack.com/events/url_verification
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtokenprivate final Stringchallengeprivate final ConnectorTypeconnectorType
-
Constructor Summary
Constructors Constructor Description UrlVerificationEvent(String token, String challenge)
-
Method Summary
Modifier and Type Method Description final StringgetToken()final StringgetChallenge()-
Methods inherited from class ai.tock.bot.connector.slack.model.SlackConnectorMessage
getConnectorType -
Methods inherited from class ai.tock.bot.connector.ConnectorMessage
obfuscate, toConnectorMessage, toGenericMessage -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-