Currently, I am facing major 2 problems with dialogflow.
I am building a chatbot for insurance domain.
- Webhoook call failed
Currently, I am using a free version of it. So, the first problem is sometimes webhook call failed for the particular intent. It is happening sometimes. Is this issue due to free version?
Error in firebase(free version) -:
dialogflowFirebaseFulfillment Error: quota exceeded (Quota exceeded for quota group 'CPUMilliSecondsDailyNonbillable' and limit 'CLIENT_PROJECT-1d'
- Intent is calling up 2 times
I have created several intents with follow-up intents, means one intent is followed up by another intent.
So, I have one intent called "XYZ" and which is asking for entering zip code. Then, if I enter zip code and then it is prompting that you have entered zip code: ... and asking for US address. So, if I enter US address which may contain number and alphabets, then it is again going on the same intent of zip code saying okay, your zip code is ... and asking for US address.
Similar thing happen for some other intent too.
I have tried changing lifespans and also disable some functions with that intent in webhook as well.
Getting outputs like -:
And if I enter address (137 Teaticket Hwy) then It will be prompted again like shown below
Any suggestions why is it repeating 2 times. What could be the possible reasons for it?
Further If I again enter address, it moves to next intent like shown below -:
Screenshots for intent is as follows -:
More training examples for city-state intent