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
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/voice-video-calling/includes/call-automation-media/recognize-action-quickstart-java.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ ms.author: kpunjabi
23
23
The following parameters are available to customize the Recognize function:
24
24
| Parameter | Type | Default (if not specified) | Description | Required or Optional |
| Prompt <br/><br/> *(for details on Play action, refer to [this quickstart](../play-action.md))*| FileSource | Not set | This will be the message you wish to play before recognizing input. | Optional |
26
+
| Prompt <br/><br/> *(for details on Play action, refer to [this quickstart](../../play-action.md))*| FileSource | Not set | This will be the message you wish to play before recognizing input. | Optional |
27
27
| InterToneTimeout | TimeSpan | 2 seconds <br/><br/>**Min:** 1 second <br/>**Max:** 60 seconds | Limit in seconds that ACS will wait for the caller to press another digit (inter-digit timeout). | Optional |
28
28
| InitialSilenceTimeout | TimeSpan | 5seconds<br/><br/>**Min:** 0 seconds <br/>**Max:** 300 seconds | How long recognize action will wait for input before considering it a timeout. | Optional |
29
29
| MaxTonesToCollect | Integer | No default<br/><br/>**Min:** 1 | Number of digits a developer expects as input from the participant.| Required |
0 commit comments