Skip to content

Commit 048fa37

Browse files
authored
Fixed sample json
1 parent f7598b8 commit 048fa37

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/language-service/conversational-language-understanding/includes/rest-api

1 file changed

+1
-1
lines changed

articles/cognitive-services/language-service/conversational-language-understanding/includes/rest-api/query-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Once you send the request, you will get the following response for the predictio
9090
"entities": [
9191
{
9292
"category": "entity1",
93-
"text": 'text1",
93+
"text": "text1",
9494
"offset": 29,
9595
"length": 12,
9696
"confidenceScore": 1

0 commit comments

Comments
 (0)