tock / ai.tock.bot.connector.whatsapp.model.webhook / WhatsAppParameter

WhatsAppParameter

data class WhatsAppParameter (source)

Constructors

<init>

WhatsAppParameter(type: WhatsAppParameterType, text: String? = null, image: WhatsAppImageParameter? = null, currency: String? = null, payload: String? = null)

Properties

currency

val currency: String?

image

val image: WhatsAppImageParameter?

payload

val payload: String?

text

val text: String?

type

val type: WhatsAppParameterType