I received an email this morning from Azure Team with instructions on migrating bots to Bot Service. I'm developing a bot with Bot Framework for .NET and now I'm in the UAT.
In order to ask the right question, I want to explain my scenario:
- it's a bot that has a NLU in front from wit.ai
- it's a bot that uses dialog flows after the intent is recognized
- it's a bot that transfers the client to a real agent in specific scenarious
- My bot it's deployed on a server with endpoint configured in dev.botframework.com
- my chat client it's deployed on the corporate site, javascript application that uses direct line secret in order to connect to bot.
- I configured Redis bot state locally like this https://ankitbko.github.io/2016/10/Microsoft-Bot-Framework-Use-Redis-to-store-conversation-state/
With that being said:
- how is this migration going to affect me?
- I don't own an azure subscription so the migration button fails for me. Is there any other way to use my bot?
- is there a price on azure for this service, giving the fact that I'm only using the direct line communication?
I worked very hard to reach this point, thanks in advance for every response.