0

I'm trying to deploy a test bot on messenger however, when it comes to the endpoint url I'm not sure how to do that.

I'm not completely clued up on how the hosting works.

I've got it linked to my Facebook page but I get no response and I'm told no endpoint detected.

halfer
  • 19,824
  • 17
  • 99
  • 186
Demonic218
  • 893
  • 2
  • 15
  • 33

1 Answers1

1

Please take a look to the Deploy a bot to the cloud documentation section.

Also, make sure to review the topic around how to Connect a bot to Facebook Messenger to ensure all the steps are being done correctly.

Ezequiel Jadib
  • 14,767
  • 2
  • 38
  • 43
  • 1
    So that's what i'm missing, the bot living on a cloud or server ? – Demonic218 Jun 02 '17 at 13:41
  • The quicker and easier is to deploy the bot to Azure. You can host the bot on your own server per [this](https://stackoverflow.com/questions/40480297/can-we-deploy-microsoft-bot-application-in-iis-without-azure); however, it's more complex. – Ezequiel Jadib Jun 02 '17 at 13:43
  • 1
    Greetings, The End point URL provided by Luis, Can this be used as the end point when registering a bot or does it have to be pushed up to a server and that used as the end point url ? – Demonic218 Jun 05 '17 at 07:45
  • No, the URL that LUIS is giving you if in case you want to query LUIS directly. When registering a bot you need to provide the URL of where your bot will be hosted. – Ezequiel Jadib Jun 05 '17 at 12:23