Reputation: 7035
Can I integrate my custom REST API with google dialog flow. If yes, then what is the timeout to set at google dialog flow. My API takes between 20-30 seconds to come back. Is there a flexibility in the chatbot to increase its timeout?
Upvotes: 1
Views: 434
Reputation: 5256
Google Assistant timeout after 10 sec, and Dialgflow service (for other platforms) timeout after 5 sec. Try to do some caching or improve service response time!
Upvotes: 1