tock / ai.tock.bot.connector / NotifyBotStateModifier

NotifyBotStateModifier

enum class NotifyBotStateModifier (source)

Manage bot state and notifications.

Enum Values

KEEP_CURRENT_STATE

If the bot is disabled for the user, don't send the notification.

ACTIVATE_ONLY_FOR_THIS_NOTIFICATION

Send the notification even for disabled bot, but don't reactivate the bot for the user if it is disabled.

REACTIVATE

Send the notification and reactivate the bot for the user.