bobpskier

Results 123 comments of bobpskier

@bmakumar The Lex service generates the audio response and as I mentioned the Lex service does not process responseCards when in voice mode. Anything in the response card is ignored...

@bmakumar I'm going to assume you are using nodejs/javascript. I would create sessiondata as a regular javascript object. ``` let sessiondata = { "altMessages": {"ssml": "Is this the correct location:...

@bmakumar I believe your session_data assignment is not valid above. It is much easier to create a valid python dictionary such as ``` session_data = {"altMessages": {"ssml": "Is this the...

@PranaliYangandul912 Sounds like you are not using the lex-web-ui and your question is centered around calling lex runtime api from a lambda. Probably best to post this question in an...

@chrislott @karanakatle I was able to reproduce as a logged in user on iOS devices. I also reproduced on the latest version of Safari on OSX. It seems to be...

@karanakatle Allowing use of the cognito unauthenticated role to generate a polly response for the initial speech opens up the use of polly by anyone who understands how to use...

@karanakatle I'm looking to see if one can automate the creation of these two files in the existing codebuild based on the configured value and then change to lex-web-ui to...

@karanakatle I am able to automate creation of the initial speech during the codebuild through cloudformation into an mp3, place this in the s3 webapp bucket, and then have this...

@karanakatle Its probably not a good order to click on the mic and have the code start listening while then playing back the audio through the speakers. Too much interference....

@karanakatle I was able to get the behavior back to normal on Safari by introducing a 100 msec delay between playback of the speech and start of the conversation. I...