Skip to content

Commit 0f73a2d

Browse files
authored
Merge pull request #3 from valindrae/valindrae-patch-edit
Valindrae patch edit
2 parents 3da75a9 + 0dce2d3 commit 0f73a2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 |

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)