tock / ai.tock.bot.connector.whatsapp.model.send / WhatsAppBotInteractiveMessage

WhatsAppBotInteractiveMessage

data class WhatsAppBotInteractiveMessage : WhatsAppBotMessage (source)

Constructors

<init>

WhatsAppBotInteractiveMessage(template: WhatsAppTemplate, recipientType: WhatsAppBotRecipientType, userId: String? = null)

Properties

recipientType

val recipientType: WhatsAppBotRecipientType

template

val template: WhatsAppTemplate

Extension Functions

asGenericMessage

fun ConnectorMessage.asGenericMessage(assertionCreator: Assert<GenericMessage>.() -> Unit): Unit

findTransactionDecisionValueV3

Return a GATransactionDecisionValueV3 if available.

fun ConnectorMessage.findTransactionDecisionValueV3(): GATransactionDecisionValueV3?

findTransactionRequirementsCheckResultV3

Return a GATransactionRequirementsCheckResultV3 if available.

fun ConnectorMessage.findTransactionRequirementsCheckResultV3(): GATransactionRequirementsCheckResultV3?