You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2025. It is now read-only.
when using method:
momentsSDK.setAttributes(attrs)
attrs are key : value (both strings)
When moments is closed, the chat does not get the custom attributes, like {{name}} for example, the attribute was typed in the moments app.
The next message sent by the bot is like:
Thank you {{name}}, we are done.instead of
Thank you Bob, we are done.(for example)