-
Notifications
You must be signed in to change notification settings - Fork 497
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several problems with voice #546
Comments
Hi, Are you using QnA bot as well or just the Web UI - just curious in case you have some sort of custom hook that is providing that 'Did I answer your question' follow-up |
Hey @atjohns, Thanks for the reply. I'm posting a screenshot where we do have that set to true We are just using the Web UI. We did not use the QnA bot template. I had the slot elicit a new intent within the Lex console itself once it gives an answer. The follow up question intent is used after several different answers. For more context, we are updating the Lex bot from a Lex V1 version to a Lex V2 version to utilize all the features that came to the Lex Console last year. This bot was made prior to those console updates in August. Previously, the voice responses formatted and responded everything correctly but that was all handled by a lambda function. |
@CAholder We had a similar issue when Eliciting Slot together with Eliciting a Response via built-ins on ResponseBots (with or without Document Chaining -- which you may not have had without QnA bot template). Nested buttons in a custom Slot via Console tended to produce similar or no result as well, as this seems to have been a v1 ...In case that's at all helpful. Adding a couple {
"ui": {
"convertUrlToLinksInBotMessages": true,
...config.ui,
},
"recorder": {
"enable": true,
"preset": "speech_recognition"
...config.recorder,
},
...config
} |
Hello all,
I'm facing several different problems with the text to speech response on my Lex V2 bot.
Is this a configuration issue on my end or something else?
Thanks all!
The text was updated successfully, but these errors were encountered: