Event of initializing the chatbot.

interface IInitialize {
    type: "initialize";
}

Hierarchy

  • IBase<"initialize">
    • IInitialize

Properties

Properties

type: "initialize"

Discriminator type.