coldbydefault-portfolio
Preparing search index...
types/chatbot
ChatBotState
Interface ChatBotState
interface
ChatBotState
{
currentSession
:
null
|
ChatSession
;
error
:
null
|
string
;
isConnected
:
boolean
;
isLoading
:
boolean
;
isOpen
:
boolean
;
}
Index
Properties
current
Session
error
is
Connected
is
Loading
is
Open
Properties
current
Session
currentSession
:
null
|
ChatSession
error
error
:
null
|
string
is
Connected
isConnected
:
boolean
is
Loading
isLoading
:
boolean
is
Open
isOpen
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current
Session
error
is
Connected
is
Loading
is
Open
coldbydefault-portfolio
Loading...