types/events library
Classes
- ChatbotEvent
- Single chatbot event for callbacks.
Enums
- ChatbotEventType
- Chatbot event types emitted to onEvent and backend.
- InternalEventType
- Internal-only event types.
Typedefs
- ChatbotEventHandler = void Function(ChatbotEvent event)
- Callback type for chatbot events.