CBK.AI
CBK.AI DOCS
ChatBotKit
GitHub Repo
GitHub Org
Preparing search index...
The search index is not available
ChatBotKit Node SDK
ChatBotKit Node SDK
@chatbotkit/react
actions/complete
InputFunction
Type alias InputFunction
Input
Function
:
{
description
:
string
;
handler
?:
(
(
args
,
options
)
=>
Promise
<
HandlerResult
>
)
;
name
:
string
;
parameters
:
BasicParametersSchema
|
ValidatingParametersSchema
;
}
Type declaration
description
:
string
Optional
handler
?:
(
(
args
,
options
)
=>
Promise
<
HandlerResult
>
)
(
args
,
options
)
:
Promise
<
HandlerResult
>
Parameters
args
:
HandlerArgs
options
:
HandlerOptions
Returns
Promise
<
HandlerResult
>
name
:
string
parameters
:
BasicParametersSchema
|
ValidatingParametersSchema
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
ChatBotKit Node SDK
@chatbotkit/fetch
@chatbotkit/sdk
@chatbotkit/react
@chatbotkit/next
@chatbotkit/nextauth
@chatbotkit/cli
Generated using
TypeDoc