How do I sent custom data to my back end with each message the user sends? For example, let's say I want to send the user's local time (using the client's browser to run javascript: new Date()
) with every message to my back end. How would I do this using Bot Framework Web Chat?
I'm using regular JS and not react.