tock / ai.tock.bot.connector.messenger / standaloneMessengerAnswers

standaloneMessengerAnswers

fun standaloneMessengerAnswers(playerId: PlayerId, applicationId: String, recipientId: PlayerId, priority: ActionPriority = ActionPriority.normal, notificationType: ActionNotificationType? = null, messagesProvider: () -> List<MessengerConnectorMessage>): List<SendSentence> (source)
Deprecated: use notify method for standalone

Used to generate multiple MessengerConnectorMessage events, usually sent later by MessengerConnector.send or MessengerConnector.sendOptInEvent.