set Session Attributes
open fun setSessionAttributes(@NotNull() sessionAttributes: @NotNull() Map<String, String>): Boolean
Content copied to clipboard
Add an session attributes to the next chat or conversation sent via the Beacon SDK.
Return
true if added or false if there was more that 20
Parameters
sessionAttributes
There is a limit of 20 attributes per session, keys must be less than 200, and values less then 10,000. Any entries about these limits will be ignored.