Skip to content

Commit 3da75a9

Browse files
authored
Merge pull request #2 from valindrae/valindrae-patch-edit
Valindrae patch edit - fix absolute links and redirects to play quickstart
2 parents ea1c054 + bcad45e commit 3da75a9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: kpunjabi
1313

1414
## Prerequisites
1515
- Azure account with an active subscription, for details see [Create an account for free.](https://azure.microsoft.com/free/)
16-
- Azure Communication Services resource. See [Create an Azure Communication Services resource](https://docs.microsoft.com/en-us/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp)
16+
- Azure Communication Services resource. See [Create an Azure Communication Services resource](../../../create-communication-resource.md?tabs=windows&pivots=platform-azp)
1717
- Create a new web service application using the [Call Automation SDK](../../Callflows-for-customer-interactions.md).
1818
- The latest [.NET library](https://dotnet.microsoft.com/download/dotnet-core) for your operating system.
1919
- [Apache Maven](https://maven.apache.org/download.cgi).
@@ -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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ ms.author: kpunjabi
1313

1414
## Prerequisites
1515
- Azure account with an active subscription, for details see [Create an account for free.](https://azure.microsoft.com/free/)
16-
- Azure Communication Services resource. See [Create an Azure Communication Services resource](https://docs.microsoft.com/en-us/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp)
16+
- Azure Communication Services resource. See [Create an Azure Communication Services resource](../../../create-communication-resource.md?tabs=windows&pivots=platform-azp)
1717
- Create a new web service application using the [Call Automation SDK](../../Callflows-for-customer-interactions.md).
18-
- [Java Development Kit](https://docs.microsoft.com/en-us/azure/developer/java/fundamentals/java-jdk-install) version 8 or above.
18+
- [Java Development Kit](/java/azure/jdk/?preserve-view=true&view=azure-java-stable) version 8 or above.
1919
- [Apache Maven](https://maven.apache.org/download.cgi).
2020

2121
## Technical Specifications
2222

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 |

articles/communication-services/quickstarts/voice-video-calling/recognize-action.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ services: azure-communication-services
1212
zone_pivot_groups: acs-csharp-java
1313
---
1414

15+
# Quickstart: Recognize action
16+
1517
> [!IMPORTANT]
1618
> Functionality described on this document is currently in private preview. Private preview includes access to SDKs and documentation for testing purposes that are not yet available publicly.
1719
> Apply to become an early adopter by filling out the form for [preview access to Azure Communication Services](https://aka.ms/ACS-EarlyAdopter).
1820
19-
# Quickstart: Recognize action
20-
2121
This quickstart will help you get started with recognizing DTMF input provided by participants through Azure Communication Services Call Automation SDK.
2222

2323
::: zone pivot="programming-language-csharp"

0 commit comments

Comments
 (0)