Glossaries not working with Azure Translator
Hi,
I am using Azure Translate service for my Bot that translates Customer query to English for the Agent and English to detected language for the Customer. There are certain words whose meaning needs to be preserved. To achieve that I have uploaded my glossary file (TSV) in Azure Blob Storage and appending the Glossary URL. The below URL is not taking or referring my glossary file. Glossary URL: https://<<blob storage name>>.blob.core.windows.net/<<containername>>/<<filename.tsv>>?<<SaSToken>
Endpoint: https://api.cognitive.microsofttranslator.com/translate?api-version=3.0&from=<<Fromlanguage>>&to=<<target language>>
**Body **: [ { "text":"<<User query with glossary words>>", "customization":{ "glossaries":[ { "format":"tsv", "url":"<<Glossary URL>>" } ] } } ]
In Headers passing the Keys.