coldbydefault-portfolio
    Preparing search index...

    Interface ChatBotState

    interface ChatBotState {
        currentSession: null | ChatSession;
        error: null | string;
        isConnected: boolean;
        isLoading: boolean;
        isOpen: boolean;
    }
    Index

    Properties

    currentSession: null | ChatSession
    error: null | string
    isConnected: boolean
    isLoading: boolean
    isOpen: boolean