0

we have a scenario , wherein we need to call the Bot service from another REST based api . What is the best way to achieve the same. Is directline api the most probable solution for this?

suchismita
  • 31
  • 6

1 Answers1

1

Yes,

Direct line API is the best solution for this. Because it provide almost every aspect to connect with the bot framework via as the REST based API. If you are looking for a sample to implement the Direct API with any application refer below link,

Develop Bot with Direct Line API

Community
  • 1
  • 1
SilentCoder
  • 1,970
  • 1
  • 16
  • 21