Package ai.tock.bot.connector.whatsapp
Class WhatsAppConnectorData
-
- All Implemented Interfaces:
public final class WhatsAppConnectorData extends ConnectorDataDedicated Whatsapp parameters.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringoriginalUserIdprivate final ConnectorCallbackcallbackprivate final StringgroupIdprivate final Map<String, String>metadataprivate final PlayerIdpriorUserIdprivate final Stringrefererprivate BooleansaveTimelineprivate BooleanskipAnswer
-
Constructor Summary
Constructors Constructor Description WhatsAppConnectorData(WhatsAppConnectorCallback callback, String groupId, String originalUserId)
-
Method Summary
Modifier and Type Method Description final StringgetOriginalUserId()The original (not encrypted) user Id. -
Methods inherited from class ai.tock.bot.connector.ConnectorData
getCallback, getGroupId, getMetadata, getPriorUserId, getReferer, getSaveTimeline, getSkipAnswer, setSaveTimeline, setSkipAnswer -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
WhatsAppConnectorData
WhatsAppConnectorData(WhatsAppConnectorCallback callback, String groupId, String originalUserId)
-
-
Method Detail
-
getOriginalUserId
final String getOriginalUserId()
The original (not encrypted) user Id.
-
-
-
-