I am just trying my hands on Microsoft Bot Service. I created a default Bot service using the template in Visual studio 2017. And I hosted the service in IIS and tested it via Emulator. It is working.
Now, I would like to create my own client for the BOT service i.e my own website (and not use Emulator) where I want to have a WebChat control embedded within it and connect to the Bot Service. I read few articles on embedding WebChat within website but there is step to register the bot. Is it mandatory to register your bot before you use it within your website?
Regards, NAK