Can URL be generated for the bot after web integration?

Hi
I have few questions on the SDK.

  1. As i have successfully integrated the bot with the SDK can a URL be created so that it can be accessed remotely??
  2. Any Further changes on the bot as to be done on Kore.ai or is there a method to do it in the sdk itself?
    Please answer these 2 questions.
    Thank you

Hi @15cs050 ,

Ans 1) You can always create a publicly accessible url by hosting this sdk in a server which access all such static files. Ex: ngnix server, aws -S3, locally by ngrok tunnel etc.

Ans 2) If you were to make any kind of changes related to bot configuration then you must make it in kore.ai/botbuilder. No other method. Only UI changes can be done in websdk

thank u for replying @karthik.tadikonda .

Happy to assist you…