ChatBotKit Node SDK
CBK.AI
CBK.AI DOCS
CBK.AI MCP
ChatBotKit
GitHub Repo
GitHub Org
Preparing search index...
@chatbotkit/react
hooks/useConversationManager
UseConversationManagerResult
Type Alias UseConversationManagerResult
UseConversationManagerResult
:
{
error
:
any
;
message
:
SimpleMessage
|
null
;
messages
:
ComplexMessage
[]
;
request
:
(
name
:
string
,
args
:
any
)
=>
Promise
<
boolean
>
;
setError
:
(
error
:
any
)
=>
void
;
setText
:
(
text
:
string
)
=>
void
;
submit
:
()
=>
Promise
<
boolean
>
;
text
:
string
;
thinking
:
boolean
;
trigger
:
(
name
:
string
)
=>
Promise
<
boolean
>
;
typing
:
boolean
;
}
Type Declaration
error
:
any
message
:
SimpleMessage
|
null
messages
:
ComplexMessage
[]
request
:
(
name
:
string
,
args
:
any
)
=>
Promise
<
boolean
>
setError
:
(
error
:
any
)
=>
void
setText
:
(
text
:
string
)
=>
void
submit
:
()
=>
Promise
<
boolean
>
text
:
string
thinking
:
boolean
trigger
:
(
name
:
string
)
=>
Promise
<
boolean
>
typing
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
CBK.AI
CBK.AI DOCS
CBK.AI MCP
ChatBotKit
GitHub Repo
GitHub Org
ChatBotKit Node SDK
Loading...