tock / ai.tock.bot.connector.messenger.model.send / MessageRequest

MessageRequest

data class MessageRequest (source)

Constructors

<init>

MessageRequest(recipient: Recipient, message: Message, messagingType: MessagingType = RESPONSE, notificationType: NotificationType = NO_PUSH, tag: MessageTag? = null, personaId: String? = null)

Properties

message

val message: Message

messagingType

val messagingType: MessagingType

notificationType

val notificationType: NotificationType

personaId

val personaId: String?

recipient

val recipient: Recipient

tag

val tag: MessageTag?