Relative Content

Tag Archive for dialogflow-cx

How do I do date validation in DialogFlow CX?

While getting the value for the parameter ‘departure-date’ for an agent in DialogFlow CX, I want to make sure that the user only enters either today’s date or a future date. If not, I want to print an ‘Invalid Date’ message and re -prompt for an input.

Dialogflow CX does not maches DTMF sent by API

My Dialogflow agent has DTMF. I have to use my agent via api. Everything works fine, except DTMF matching. I see in the response that the DTMF is recognized, but it is not matched with any transition.

Processing list in Dialogflow CX

My webhook returns the string list to the agent. I want to provide a sort of loop for each item in this list where the same pages are activated when the user selects the item. When returning from the iteration the list should be shortened by the corresponding item.