You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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.
If I test it in Dialogflow, then everything works fine, DTMF is recignized, and matched.
If I uncheck the Send new DTMF input while testing from dialogflow, then it looks similar as in first case, the DTMF is recognized, but not matched:
Question is, how can I make DTMF work from API?
Beta Was this translation helpful? Give feedback.
All reactions