Package ai.tock.bot.connector.whatsapp
Class WhatsAppConnectorCallback
-
- All Implemented Interfaces:
-
ai.tock.bot.connector.ConnectorCallback
public final class WhatsAppConnectorCallback extends ConnectorCallbackBaseThe WhatsApp ConnectorCallback.
-
-
Field Summary
Fields Modifier and Type Field Description private final WhatsAppBotRecipientTyperecipientTypeprivate final StringapplicationIdprivate final ConnectorTypeconnectorType
-
Constructor Summary
Constructors Constructor Description WhatsAppConnectorCallback(String applicationId, WhatsAppBotRecipientType recipientType)
-
Method Summary
Modifier and Type Method Description final WhatsAppBotRecipientTypegetRecipientType()-
Methods inherited from class ai.tock.bot.connector.ConnectorCallbackBase
eventAnswered, eventSkipped, exceptionThrown, getApplicationId, getConnectorType, userLockReleased, userLocked -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
WhatsAppConnectorCallback
WhatsAppConnectorCallback(String applicationId, WhatsAppBotRecipientType recipientType)
-
-
Method Detail
-
getRecipientType
final WhatsAppBotRecipientType getRecipientType()
-
-
-
-