nodejs-dialogflow
nodejs-dialogflow copied to clipboard
`v2beta1.Sessions.StreamingDetectIntent` latency and error rate are very high
Hello, We're noticing a significant delay between detecting the intent and receiving the audio buffer, Sometime it goes above 10s.
Once we stepped out to GCP API/Service details we saw that:
AVG latency is going close to 10s and the error rate is very high as well!
This is sample of DF response code :
Debugging this API is very hard because we're using it with a media stream which uses gRPC not reset!
Any idea to help us debug this issue is really appreciated.