sendUserMessageStreamed( )


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, with real-time streaming.

For implementations that prefer to wait for the complete response, call Send User Message instead.

Method Declaration
Copy
Method Parameters
interactiveFormSessionIdstringRequired

Interactive form session ID to send the message to.


optionsSendUserMessageStreamedOptions
Returns
Return Type:Promise<SendUserMessageStreamedResponse>
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?