DxAIChat Events
An AI-powered chat component.| Name | Description |
|---|---|
| Initialized | Fires after the component is initialized. |
| MessageSending | Fires when a user submits a message to the chat. |
| MessageSent | Obsolete. Fires after a user sends a message to the chat and allows you to manually process the message. |
| ResponseReceived | Fires after the AI provider returns a response, before the message is displayed in the chat. |
See Also