ChatBotKitWidgetInstance: HTMLElement & {
    functions?: Record<string, WidgetFunction> | null;
    messages?: WidgetMessage[] | null;
    notifications?: Record<string, WidgetNotification> | null;
    ready: boolean;
    readyPromise: Promise<boolean>;
    restartConversation: WidgteRestartConversationFn;
    sendMessage: WidgetSendMessageFn;
}

Type declaration

Generated using TypeDoc