tock / ai.tock.bot.connector.messenger.model.webhook / Entry

Entry

data class Entry (source)

Constructors

<init>

Entry(id: String, time: Number, messaging: List<Webhook?>? = null, standby: List<Webhook?>? = null)

Properties

id

val id: String

messaging

val messaging: List<Webhook?>?

standby

val standby: List<Webhook?>?

time

val time: Number