I've build an simple echobot and deploy on Azure, what is next?

林彥良 21 Reputation points
2021-08-03T07:38:22.223+00:00

I'm new to chatbot, recently I first build an example echo bot and deploy on Azure.
I'd test on Web Chat channel and it looks fine. Then what could I do next to deploy this bot for other users?

Is there something like public URL for other users to interact with the chatbot?
Or is there any platform I could publish this chatbot to allow my colleagues to play with it?

Thank you

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
941 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 48,906 Reputation points Microsoft Employee Moderator
    2021-08-03T13:47:38.867+00:00

    @林彥良 The next step should be to publish it to a channel. A channel is a connection between communication applications and a bot. A bot, registered with Azure, uses channels to facilitate the communication with users. There are many channels available to use like facebook messenger, alexa, slack etc. If the standard channels cannot be used directly you can use the option to publish to directline which allows to use the bot to connect with any applications. I hope this helps.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.