It would be nice to have a way to associate metadata with a chat, that could then be included when viewing the chat via the web and especially via the API when getting the chat information and events. It appeared as this was already possible using the socket and the session_settings event type, ie:
socket.sendSessionSettings({
metadata: {
tenant_id: 1234,
user_id: 3456
}});
But was informed by support that this does not currently store that data anywhere. This could be useful for a number of applications, where having internal system data attached to a Hume EVI chat would be beneficial.