ChatBotKit Node SDK
CBK.AI
CBK.AI DOCS
CBK.AI MCP
ChatBotKit
GitHub Repo
GitHub Org
Preparing search index...
@chatbotkit/react
hooks/useConversationManagerState
StateFunctions
Type Alias StateFunctions
StateFunctions
:
{
appendMessage
:
(
message
:
AppendMessageAction
[
"data"
]
[
"message"
]
)
=>
void
;
appendText
:
(
text
:
AppendTextAction
[
"data"
]
[
"text"
]
)
=>
void
;
setThinking
:
(
thinking
:
SetThinkingAction
[
"data"
]
[
"thinking"
]
)
=>
void
;
setTyping
:
(
typing
:
SetTypingAction
[
"data"
]
[
"typing"
]
)
=>
void
;
}
Type Declaration
appendMessage
:
(
message
:
AppendMessageAction
[
"data"
]
[
"message"
]
)
=>
void
appendText
:
(
text
:
AppendTextAction
[
"data"
]
[
"text"
]
)
=>
void
setThinking
:
(
thinking
:
SetThinkingAction
[
"data"
]
[
"thinking"
]
)
=>
void
setTyping
:
(
typing
:
SetTypingAction
[
"data"
]
[
"typing"
]
)
=>
void
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...