Trying to set custom guest attributes for authenticated users when initializing the Genesys Web Messaging widget. Passing the JSON payload to the init method, but the attributes show up as null in the interaction context. Here is the call:
GenesysCloudWebMessaging.init({
appId: 'my-app-id',
guestAttributes: {
userId: '12345',
role: 'premium'
}
});
No console errors. The widget loads fine. Just empty attributes.