0 votes
in Microsoft Bot Framework by

How do user messages relate to HTTPS method calls?

1 Answer

0 votes
by

When the user sends a message over a channel, the Bot Framework web service will issue an HTTPS POST to the bot's web service endpoint. The bot may send zero, one, or many messages back to the user on that channel, by issuing a separate HTTPS POST to the Bot Framework for each message that it sends.

Related questions

0 votes
asked Dec 18, 2021 in Microsoft Bot Framework by rajeshsharma
0 votes
asked Apr 15, 2022 in ReactJS by Robindeniel
...