Translation services not working
Summary
Getting oracle.cloud.bots.BotsException: Unable to get correct response from translation serviceContent
I followed the documentation for Localization but I cannot get it working. I configured both Google and Microsoft providers.
The skill I used:
metadata:
platformVersion: "1.1"
main: true
name: ITdeptskill
context:
variables:
iResult: nlpresult
autoTranslate: boolean
states:
setAutoTranslate:
component: "System.SetVariable"
properties:
variable: "autoTranslate"
value: true
transitions: {}
detect:
component: "System.DetectLanguage"
properties: {}
transitions: {}
translate:
component: "System.TranslateInput"
properties:
variable: "translatedString"
transitions: {}
Running the tester UI results in:
Error State: detect
Error Message:
Error when detecting language using text hi: oracle.cloud.bots.BotsException: Unable to get correct response from translation service
Tagged:
0