bobpskier

Results 123 comments of bobpskier

@anindita-mahapatra Is your elicitSlot example content being passed back from a Lambda handler? The lex-web-ui, while in voice mode, will not display image response cards unless they are passed using...

@anindita-mahapatra With respect to "The first speech instance was not being recognized" is this in regards to using the configuration parameter "initialSpeechInstruction"? If no, Polly:synthesize is not needed to interact...

@SandeepPasula898 Presently a response card can be returned that provides a set of buttons the user can select from. This is supported in the response card implementation in the Lex...

@lolareynolds We'll need a better description of the problem. What AWS region are you deploying the lex-web-ui into? What steps did you take to deploy the lex-web-ui? What parameters were...

@amendlik Setting up a separate intent and slot type will only work in voice mode if you also train QnABot with the same city data for voice processing. In this...

@amendlik I think using QnABot conditional chaining would work quite nicely for this scenario. This lets one question chain to another question in QnABot. There will be a question that...

@amendlik Not the response I was expecting from the QnABot solutions team. I'll see if I can come up with a solution. This should work regardless if using a custom...

@abhirpat Any updates on merging this pull request?

@abhirpat Hi. Just responding to your questions above. _1. Could you please confirm that all of the improvements you suggested in https://github.com/aws-solutions/qnabot-on-aws/issues/674 are included in this PR?_ **Yes, the items...

@ARUNIMA1314 Bot routing is covered in a readme. See: https://github.com/aws-solutions/qnabot-on-aws/tree/main/docs/bot_routing#readme That said, the error above normally indicates the QnABot (supervisory bot) can't resolve the utterance and match the qid which...