USE IVR for start intents

252 views
Skip to first unread message

E

unread,
May 13, 2021, 2:02:33 AM5/13/21
to Dialogflow CX Edition users

Hi!

I create integration between Dialogflow and DialogFlow Phone Gateway.
How can I start intent by IVR. For example user click button "1" and intent start?

Thank you

Riel Airen Ponce

unread,
May 14, 2021, 3:24:29 AM5/14/21
to Dialogflow CX Edition users

Currently, Dialogflow CX Phone Gateway does not support the DTMF (Dual-tone multi-frequency signaling) feature. You may check the Limitations section of our documentation for more information.

However, you can consider integrating your agent to our Telephony Partner integrations which support this feature. See the DTMF for Telephony Partner integrations section to implement the DTMF feature to your agent.

Here’s an example agent setup to achieve your use case.

  1. Create a page that will handle the DTMF input.
  2. In the Parameters section of the page, add a parameter that you can use later for your page’s condition route.
    • 2.png
  3. Still in the Parameters section, go to Advanced speech settings, enable DTMF, and set the max digits and finish digit accordingly.
    • 3.png
  4. Now, in the Routes section, add a condition to validate the parameter status and add your desired agent response.
    • 4.png
  5. You may now test the agent using DTMF input in Dialogflow Simulator to verify if the agent is working as expected. Here’s the result.
    • 5.png
  6. Once verified, integrate your agent with your chosen Telephony Partner integration.
Reply all
Reply to author
Forward
0 new messages