Triggered when the chatbot has been initialized using the init() method.

interface InitializedEvent {
    type: "initialized";
}

Hierarchy

  • BaseEvent
    • InitializedEvent

Properties

Properties

type: "initialized"