Skip to content

Commit cb298ad

Browse files
authored
Merge pull request #99141 from tommydr/patch-1
Fixed sample json single quote
2 parents e42a3a3 + 048fa37 commit cb298ad

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)