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

WhatsAppInteractiveMessage

data class WhatsAppInteractiveMessage (source)

Constructors

<init>

WhatsAppInteractiveMessage(to: String, ttl: String?, type: String?, template: WhatsAppTemplate)

Properties

template

val template: WhatsAppTemplate

to

val to: String

ttl

val ttl: String?

type

val type: String?