Skip to content

Commit 0dce2d3

Browse files
authored
Update recognize-action-quickstart-java.md
update link for play quickstart
1 parent 657589e commit 0dce2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/call-automation-media/recognize-action-quickstart-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ms.author: kpunjabi
2323
The following parameters are available to customize the Recognize function:
2424
| Parameter | Type | Default (if not specified) | Description | Required or Optional |
2525
| ------- | -- | ------------------------ | --------- | ------------------ |
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 |
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 |
2727
| 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 |
2828
| 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 |
2929
| MaxTonesToCollect | Integer | No default<br/><br/>**Min:** 1 | Number of digits a developer expects as input from the participant.| Required |

0 commit comments

Comments
 (0)