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-csharp.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.author: kpunjabi
13
13
14
14
## Prerequisites
15
15
- 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)
17
17
- Create a new web service application using the [Call Automation SDK](../../Callflows-for-customer-interactions.md).
18
18
- The latest [.NET library](https://dotnet.microsoft.com/download/dotnet-core) for your operating system.
| 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 |
28
28
| 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 |
29
29
| 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 |
30
30
| MaxTonesToCollect | Integer | No default<br/><br/>**Min:** 1|Number of digits a developer expects as input from the participant.| Required |
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/voice-video-calling/includes/call-automation-media/recognize-action-quickstart-java.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,17 @@ ms.author: kpunjabi
13
13
14
14
## Prerequisites
15
15
- 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)
17
17
- 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.
| 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 |
> 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.
17
19
> Apply to become an early adopter by filling out the form for [preview access to Azure Communication Services](https://aka.ms/ACS-EarlyAdopter).
18
20
19
-
# Quickstart: Recognize action
20
-
21
21
This quickstart will help you get started with recognizing DTMF input provided by participants through Azure Communication Services Call Automation SDK.
0 commit comments