Skip to content

Commit 657589e

Browse files
authored
Update recognize-action-quickstart-csharp.md
link update for play-action
1 parent bcad45e commit 657589e

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-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ms.author: kpunjabi
2424
The following parameters are available to customize the Recognize function:
2525
| Parameter | Type|Default (if not specified) | Description | Required or Optional |
2626
| ------- |--| ------------------------ | --------- | ------------------ |
27-
| 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+
| 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 |
2828
| 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 |
2929
| 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 |
3030
| 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)