Class WhatsAppBotMessage
-
- All Implemented Interfaces:
-
ai.tock.bot.connector.ConnectorMessage,ai.tock.bot.connector.ConnectorMessageProvider
public abstract class WhatsAppBotMessage implements ConnectorMessage
-
-
Field Summary
Fields Modifier and Type Field Description private final ConnectorTypeconnectorTypeprivate final WhatsAppBotRecipientTyperecipientTypeprivate final Stringtoprivate final WhatsAppBotMessageTypetype
-
Constructor Summary
Constructors Constructor Description WhatsAppBotMessage(WhatsAppBotMessageType type, String userId)
-
Method Summary
Modifier and Type Method Description ConnectorTypegetConnectorType()abstract WhatsAppBotRecipientTypegetRecipientType()final StringgetTo()final WhatsAppBotMessageTypegetType()-
-
Constructor Detail
-
WhatsAppBotMessage
WhatsAppBotMessage(WhatsAppBotMessageType type, String userId)
-
-
Method Detail
-
getConnectorType
ConnectorType getConnectorType()
-
getRecipientType
abstract WhatsAppBotRecipientType getRecipientType()
-
getType
final WhatsAppBotMessageType getType()
-
-
-
-