Instructs the widget to process the given message as an incoming message received from the assistant. This will fire a "pre:receive" event immediately and a "receive" event after the event has been processed by the widget.
A v2 message API Response object.
Adds a streaming message chunk to the chat widget.
Clears the current conversation. This will trigger a restart of the conversation but will not start a new conversation (hydration).
Inserts the given messages into the chat window as part of the chat history. This will fire the history:begin and history:end events.
Removes the messages with the given IDs from the chat view.
Messaging actions for a chat instance.