Class WhatsAppBotInteractiveMessage
-
- All Implemented Interfaces:
-
ai.tock.bot.connector.ConnectorMessage,ai.tock.bot.connector.ConnectorMessageProvider
public final class WhatsAppBotInteractiveMessage extends WhatsAppBotMessage
-
-
Field Summary
Fields Modifier and Type Field Description private final WhatsAppTemplatetemplateprivate final WhatsAppBotRecipientTyperecipientTypeprivate final ConnectorTypeconnectorTypeprivate final Stringtoprivate final WhatsAppBotMessageTypetype
-
Constructor Summary
Constructors Constructor Description WhatsAppBotInteractiveMessage(WhatsAppTemplate template, WhatsAppBotRecipientType recipientType, String userId)
-
Method Summary
Modifier and Type Method Description final WhatsAppTemplategetTemplate()WhatsAppBotRecipientTypegetRecipientType()-
Methods inherited from class ai.tock.bot.connector.whatsapp.model.send.WhatsAppBotMessage
getConnectorType, getTo, getType -
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
-
-
Constructor Detail
-
WhatsAppBotInteractiveMessage
WhatsAppBotInteractiveMessage(WhatsAppTemplate template, WhatsAppBotRecipientType recipientType, String userId)
-
-
Method Detail
-
getTemplate
final WhatsAppTemplate getTemplate()
-
getRecipientType
WhatsAppBotRecipientType getRecipientType()
-
-
-
-