Bot with QnA using Translation
Summary
Bot with QnA, in language that is not supported to directly upload a QnA file.Content
Hi,
I would like to create a bot, that offers QnA in Greek. Currently, Greek is not a supported language for directly uploading a QnA file.
However, would it be possible to use a Translation service, for offering QnA in Greek?
The way I am thinking of implementing this is:
- QnA file is uploaded in English
- User asks the bot a question in Greek
- The bot translates the user's question in English i.e. using autoTranslate.
- The bot searches through the available QnA file, using the translated text.
0