How do I automatically pass user information to the Bot Framework conversation instance without posting it as an explicit message in the chat window?
问题 [Question pertains to the Microsoft Bot Framework] There is certain information about the user that my bot will need, but I don't want the user himself to submit it because He may not have it. 2. My web page definitely has it so I shouldn't have to ask. Essentially, my chat bot is embedded in a web page. There is information in each session of that web page that I need to submit to the corresponding chat bot controller instance without an explicit message becoming visible in the chat window.