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/cognitive-services/Speech-Service/includes/quickstarts/voice-assistants/csharp/uwp.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,19 @@ ms.date: 03/10/2020
6
6
ms.author: travisw
7
7
---
8
8
9
+
## Prerequisites
10
+
11
+
Before you get started, make sure to:
12
+
13
+
> [!div class="checklist"]
14
+
> *[Create an Azure Speech resource](~/articles/cognitive-services/speech-service/get-started.md)
15
+
> *[Set up your development environment and create an empty project](~/articles/cognitive-services/speech-service/quickstarts/setup-platform.md?tabs=uwp)
16
+
> * Create a bot connected to the [Direct Line Speech channel](https://docs.microsoft.com/azure/bot-service/bot-service-channel-connect-directlinespeech)
17
+
> * Make sure that you have access to a microphone for audio capture
18
+
>
19
+
> [!NOTE]
20
+
> Please refer to [the list of supported regions for voice assistants](~/articles/cognitive-services/speech-service/regions.md#voice-assistants) and ensure your resources are deployed in one of those regions.
21
+
9
22
## Open your project in Visual Studio
10
23
11
24
The first step is to make sure that you have your project open in Visual Studio.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/quickstarts/voice-assistants/header.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,3 @@ After satisfying a few prerequisites, connecting your custom voice assistant tak
19
19
> * Create a `DialogServiceConnector` object using the `BotFrameworkConfig` object from above.
20
20
> * Using the `DialogServiceConnector` object, start the listening process for a single utterance.
21
21
> * Inspect the `ActivityReceivedEventArgs` returned.
22
-
23
-
## Prerequisites
24
-
25
-
Before you get started, make sure to:
26
-
27
-
> [!div class="checklist"]
28
-
> *[Create an Azure Speech resource](~/articles/cognitive-services/speech-service/get-started.md)
29
-
> *[Set up your development environment and create an empty project](~/articles/cognitive-services/speech-service/quickstarts/setup-platform.md?tabs=uwp)
30
-
> * Create a bot connected to the [Direct Line Speech channel](https://docs.microsoft.com/azure/bot-service/bot-service-channel-connect-directlinespeech)
31
-
32
-
> [!NOTE]
33
-
> Please refer to [the list of supported regions for voice assistants](~/articles/cognitive-services/speech-service/regions.md#voice-assistants) and ensure your resources are deployed in one of those regions.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/quickstarts/voice-assistants/java/android.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,19 @@ ms.date: 11/05/2019
12
12
ms.author: travisw
13
13
---
14
14
15
+
## Prerequisites
16
+
17
+
Before you get started, make sure to:
18
+
19
+
> [!div class="checklist"]
20
+
> *[Create an Azure Speech resource](~/articles/cognitive-services/speech-service/get-started.md)
21
+
> *[Set up your development environment and create an empty project](~/articles/cognitive-services/speech-service/quickstarts/setup-platform.md?tabs=android)
22
+
> * Create a bot connected to the [Direct Line Speech channel](https://docs.microsoft.com/azure/bot-service/bot-service-channel-connect-directlinespeech)
23
+
> * Make sure that you have access to a microphone for audio capture
24
+
25
+
> [!NOTE]
26
+
> Please refer to [the list of supported regions for voice assistants](~/articles/cognitive-services/speech-service/regions.md#voice-assistants) and ensure your resources are deployed in one of those regions.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/quickstarts/voice-assistants/java/jre.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,19 @@ ms.date: 03/20/2020
6
6
ms.author: travisw
7
7
---
8
8
9
+
## Prerequisites
10
+
11
+
Before you get started, make sure to:
12
+
13
+
> [!div class="checklist"]
14
+
> *[Create an Azure Speech resource](~/articles/cognitive-services/speech-service/get-started.md)
15
+
> *[Set up your development environment and create an empty project](~/articles/cognitive-services/speech-service/quickstarts/setup-platform.md?tabs=jre)
16
+
> * Create a bot connected to the [Direct Line Speech channel](https://docs.microsoft.com/azure/bot-service/bot-service-channel-connect-directlinespeech)
17
+
> * Make sure that you have access to a microphone for audio capture
18
+
19
+
> [!NOTE]
20
+
> Please refer to [the list of supported regions for voice assistants](~/articles/cognitive-services/speech-service/regions.md#voice-assistants) and ensure your resources are deployed in one of those regions.
@@ -97,11 +110,11 @@ Additionally, to enable logging, update the _pom.xml_ file to include the follow
97
110
98
111
1. In the `main` method, you first configure your `DialogServiceConfig` and use it to create a `DialogServiceConnector` instance. This instance connects to the Direct Line Speech channel to interact with your bot. An `AudioConfig` instance is also used to specify the source for audio input. In this example, the default microphone is used with `AudioConfig.fromDefaultMicrophoneInput()`.
99
112
100
-
- Replace the string `YourSubscriptionKey` with your subscription key, which you can get from [this website](get-started.md).
101
-
- Replace the string `YourServiceRegion` with the [region](regions.md) associated with your subscription.
113
+
- Replace the string `YourSubscriptionKey` with your subscription key, which you can get from [this website](~/articles/cognitive-services/speech-service/get-started.md).
114
+
- Replace the string `YourServiceRegion` with the [region](~/articles/cognitive-services/speech-service/regions.md) associated with your subscription.
102
115
103
116
> [!NOTE]
104
-
> Please refer to [the list of supported regions for voice assistants](regions.md#voice-assistants) and ensure your resources are deployed in one of those regions.
117
+
> Please refer to [the list of supported regions for voice assistants](~/articles/cognitive-services/speech-service/regions.md#voice-assistants) and ensure your resources are deployed in one of those regions.
105
118
106
119
```java
107
120
finalString subscriptionKey ="YourSubscriptionKey"; // Your subscription key
0 commit comments