Skip to content

Commit 8cef9d4

Browse files
authored
Merge pull request #199969 from aahill/json-update
new summarization json
2 parents 8971393 + 7169ba5 commit 8cef9d4

File tree

1 file changed

+7
-7
lines changed
  • articles/cognitive-services/language-service/summarization/includes/quickstarts

1 file changed

+7
-7
lines changed

articles/cognitive-services/language-service/summarization/includes/quickstarts/rest-api.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,10 @@ curl -X GET https://your-language-endpoint-here/language/analyze-conversation
273273

274274
```json
275275
{
276-
"jobId": "28261846-59bc-435a-a73a-f47c2feb245e",
277-
"lastUpdatedDateTime": "2022-05-11T23:16:48Z",
278-
"createdDateTime": "2022-05-11T23:16:44Z",
279-
"expirationDateTime": "2022-05-12T23:16:44Z",
276+
"jobId": "738120e1-7987-4d19-af0c-89d277762a2f",
277+
"lastUpdatedDateTime": "2022-05-31T16:52:59Z",
278+
"createdDateTime": "2022-05-31T16:52:51Z",
279+
"expirationDateTime": "2022-06-01T16:52:51Z",
280280
"status": "succeeded",
281281
"errors": [],
282282
"displayName": "Analyze conversations from 123",
@@ -289,7 +289,7 @@ curl -X GET https://your-language-endpoint-here/language/analyze-conversation
289289
{
290290
"kind": "conversationalSummarizationResults",
291291
"taskName": "analyze 1",
292-
"lastUpdateDateTime": "2022-05-11T23:16:48.9553011Z",
292+
"lastUpdateDateTime": "2022-05-31T16:52:59.85913Z",
293293
"status": "succeeded",
294294
"results": {
295295
"conversations": [
@@ -298,11 +298,11 @@ curl -X GET https://your-language-endpoint-here/language/analyze-conversation
298298
"summaries": [
299299
{
300300
"aspect": "issue",
301-
"text": "Customer wanted to set up wifi connection for Smart Brew 300 coffee machine, but it didn't work"
301+
"text": "Customer tried to set up wifi connection for Smart Brew 300 machine, but it didn't work"
302302
},
303303
{
304304
"aspect": "resolution",
305-
"text": "Asked customer if the power light is slowly blinking | Checked the Contoso coffee app. It had no prompt"
305+
"text": "Asked customer to try the following steps | Asked customer for the power light | Checked if the app is prompting to connect to the machine | Transferred the call to a tech support"
306306
}
307307
],
308308
"warnings": []

0 commit comments

Comments
 (0)