Hosted experience overview
Customizing your experience
Custom Data
1min
The customData property is used to pass any custom options you would like through UneeQ and on to your conversation platform. As you see in the example above, we are passing locale, containerName, and a property called personaOverrides which includes some custom headers processed by a custom conversation layer.
You can use this customData field to pass through any metadata you wish. One technique on the frontend of your application could be to retrieve the user's timezone from their browser and pass it through to the conversation layer, thus giving your digital human "awareness" of what time it is for the user.