1 個回答
- 最新
- 最多得票
- 最多評論
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
相關內容
- 已提問 4 個月前
- AWS 官方已更新 4 年前
- AWS 官方已更新 2 年前
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