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
Install the client library by right-clicking on the solution in the **Solution Explorer** and selecting **Manage NuGet Packages**. In the package manager that opens select **Browse** and search for `Azure.AI.TextAnalytics`. Make sure **Include prerelease** is checked. Select version `5.2.0-beta.1`, and then **Install**. You can also use the [Package Manager Console](/nuget/consume-packages/install-use-packages-powershell#find-and-install-a-package).
Install the client library by right-clicking on the solution in the **Solution Explorer** and selecting **Manage NuGet Packages**. In the package manager that opens select **Browse** and search for `Azure.AI.Language.Conversations`. Make sure **Include prerelease** is checked. Select version `1.1.0-beta.1`, and then **Install**. You can also use the [Package Manager Console](/nuget/consume-packages/install-use-packages-powershell#find-and-install-a-package).
50
+
51
+
---
52
+
38
53
> [!div class="nextstepaction"]
39
54
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CSHARP&Pillar=Language&Product=Summarization&Page=quickstart&Section=Set-up-the-environment"target="_target">I ran into an issue</a>
40
55
@@ -44,14 +59,16 @@ Copy the following code into your *program.cs* file. Remember to replace the `ke
44
59
45
60
[!INCLUDE [find the key and endpoint for a resource](../../../includes/find-azure-resource-info.md)]
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CSHARP&Pillar=Language&Product=Summarization&Page=quickstart&Section=Code-example"target="_target">I ran into an issue</a>
146
-
147
161
### Output
148
162
149
163
```console
@@ -162,3 +176,150 @@ Sentence: This feature is provided as an API for developers.
162
176
163
177
Sentence: They can use it to build intelligent solutions based on the relevant information extracted to support various use cases.
text="Hello, you’re chatting with Rene. How may I help you?",
217
+
id="1",
218
+
participantId="Agent",
219
+
},
220
+
new
221
+
{
222
+
text="Hi, I tried to set up wifi connection for Smart Brew 300 coffee machine, but it didn’t work.",
223
+
id="2",
224
+
participantId="Customer",
225
+
},
226
+
new
227
+
{
228
+
text="I’m sorry to hear that. Let’s see what we can do to fix this issue. Could you please try the following steps for me? First, could you push the wifi connection button, hold for 3 seconds, then let me know if the power light is slowly blinking on and off every second?",
229
+
id="3",
230
+
participantId="Agent",
231
+
},
232
+
new
233
+
{
234
+
text="Yes, I pushed the wifi connection button, and now the power light is slowly blinking?",
235
+
id="4",
236
+
participantId="Customer",
237
+
},
238
+
new
239
+
{
240
+
text="Great. Thank you! Now, please check in your Contoso Coffee app. Does it prompt to ask you to connect with the machine?",
241
+
id="5",
242
+
participantId="Agent",
243
+
},
244
+
new
245
+
{
246
+
text="No. Nothing happened.",
247
+
id="6",
248
+
participantId="Customer",
249
+
},
250
+
new
251
+
{
252
+
text="I’m very sorry to hear that. Let me see if there’s another way to fix the issue. Please hold on for a minute.",
Text: Customer tried to set up wifi connection for Smart Brew 300 coffee machine, but it didn't work
316
+
Aspect: issue
317
+
Text: Asked customer to try the following steps | Asked customer for the power light | Helped customer to connect to the machine
318
+
Aspect: resolution
319
+
```
320
+
321
+
---
322
+
323
+
> [!div class="nextstepaction"]
324
+
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CSHARP&Pillar=Language&Product=Summarization&Page=quickstart&Section=Code-example"target="_target">I ran into an issue</a>
0 commit comments