sendUserMessage( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Submits a user message to an existing interactive form session and processes the conversational input. User messages support up to 10,000 characters.

For implementations that require real-time streaming, call Send User Message Streamed instead.

Permissions
Manage form submissions.
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
interactiveFormSessionIdstringRequired

Interactive form session ID to send the message to.


optionsSendUserMessageOptions
Returns
Return Type:Promise<SendUserMessageResponse>
Errors
400Invalid Argument

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?