Is it possible to join a bot conversation from a console application?

Viewed 34

Is it possible to join a bot conversation from a console application ( using the Microsoft bot Framework ) ? My customer is trying to test a bot, but so far has to have a person join a conversation in order to do that.

1 Answers

The Bot Framework team does not provide an application of this nature. However, you are free to build an application to do this so long as you remain within Azure terms of service. The Direct Line API is a good place to start.

Related