From add07d3ae7e6f98d3980b7c431593511010078ab Mon Sep 17 00:00:00 2001 From: Lucas Willering Date: Fri, 14 Jun 2019 19:05:25 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 596121e..fe217ba 100644 --- a/README.md +++ b/README.md @@ -83,4 +83,4 @@ If the output parameter `twilio_endCall` with the value `true` exists, the call If the output parameter `twilio_speechModel` exists, it will be used to set a custom speech model. Allowed values are: 'default', 'numbers_and_commands' and 'phone_call'. ### twilio_inputType -If the output parameter `twilio_inputType` exists, it will be used to set a custom input type. Allowed values are: 'dtmf', 'speech' or 'dtmf speech'. DTMF allows the end user to enter a number using the keypad of the phone. User must press # to mark end of the input. \ No newline at end of file +If the output parameter `twilio_inputType` exists, it will be used to set a custom input type. Allowed values are: 'dtmf', 'speech' or 'dtmf speech'. DTMF allows the end user to enter a number using the keypad of the phone. User must press # to mark end of the input. The digits entered by the user will be sent to engine using an input parameter `digits`. \ No newline at end of file