Live Chat SDK
The following is SDK Documentation on how to customize the Live Chat experience.
Live Chat Customization
To pass variables to the Live Chat can be done using our SDK. This is important if you want to pass information to the AI Agent (via Live Chat) much like you pass via our API.
You can do the following:
Set User - This will add the user into raia for tracking / memory
Set Context - This provide context of the conversation for the AI Agent.
Command usage:
Important: To use raiaChat.sendCommand
, make sure the script is loaded before calling it. Example:
Last updated