1 Antwort
- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
0
Hello, according to the documentation:
You can also configure timeouts through session attributes when starting a conversation with a bot, and overwrite them in your Lambda function if necessary.
https://docs.aws.amazon.com/lexv2/latest/dg/session-attribs-speech.html
thanks for your response, the problem is not within the timeout, it's already configured for 0.64 with the silence, the problem is that even passing utterances by texting, is taking too much time, it's about 2s
Relevanter Inhalt
- AWS OFFICIALAktualisiert vor 2 Jahren
- AWS OFFICIALAktualisiert vor einem Jahr
- AWS OFFICIALAktualisiert vor einem Monat
- AWS OFFICIALAktualisiert vor 4 Monaten
Are you seeing the delay consistently? Are you calling a phone number too far away from the region? I’ve noticed such delays on the first few calls, but then it does feel like it speeds up… although it’s never as “smooth” as a on premise IVR with ASR and TTS on the same network.
david