- Translate Text
- Integration with Bot service
This code is provided for demo purposes only for course AI-102.
- Azure Subscription
- .Net core 3.1
- VS Code or VS 2019
- Open file 'translator' project and update keys with your multi-service cognitive service subscription key, endpoint and location in
appsettings.json. Run project to get translated sentences.
-
The bot source code available on repo.
-
Configuration file
appsettings.jsonshould be updated with your values before publishing to the Azure Bot instance. -
The user sentence is translated during conversation to english and replay from bot is also translated back to the user's original language by using middleware. Conversation can be as following:

