Triggers that your bot recognizes and responds to.
message_created
: Generated when a new message is created by a user.state_expired
: Indicates that a conversation state has expired.task_update
: Reflects changes in the status of a task.webhook:event
: Triggered by a webhook event.webchat:conversationStarted
: Marks the beginning of a new conversation.webchat:trigger
: Indicates that a trigger has been activated.botready
: Signifies that the bot is ready to receive messages.botpublished
: Occurs when the bot is published.Processed
: The event has been successfully handled by the bot.Failed
: The bot encountered an error while processing the event.Pending
: The event is in the queue, awaiting processing.Ignored
: The event has been deliberately ignored, usually by design.