How to register chatbot developed using RASA?

I want to register my chatbot. For eg. We can give identity to chatbot using AmazonRegistry(https://www.amazonregistry.com/bot/) if it is published using a supported tool (Amazon Lex, Dialogflow, Gupshup, Microsoft Bot Framework, and Pandorabots). But there is no support for RASA chatbot.

Hi @darshana, Rasa isn’t currently registered as an official provider for the .bot domain with Amazon, but we’ll let you know if this changes in the future.

Okay but is there any other option to register besides Amazon?

When you verify your bot with Amazon, you can choose Other as your development tool and fill out the form for a manual verification. So you can still register a Rasa bot with Amazon, we’re just not an official provider.

Okay. Thanks @karen-white for your response. I have found one more way. I can register a bot with Azure Bot Service(Create a Bot Channels Registration with Bot Service - Bot Service - Bot Service | Microsoft Docs), and then can supply MICROSOFT_APP_ID and MICROSOFT_APP_PASSWORD in credentials.yml (Microsoft Bot Framework). Am I doing this right ?

Yes @darshana you have to supply your ID in credentials. That will work!

Okay. Thanks @Archish27 .