Skip to content

Commit

Permalink
strings update
Browse files Browse the repository at this point in the history
  • Loading branch information
sahithikkss committed Sep 28, 2020
1 parent 1aaf3c1 commit d90105b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@
},
"language": {
"type": "string",
"description": "Language of the knowledgebase.",
"description": "Language of the knowledgebase. Please find the list of supported languages <a href=\"https://aka.ms/qnamaker-languages#languages-supported\" target=\"_blank\">here</a>.",
"maxLength": 100,
"minLength": 1
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
},
"userId": {
"type": "string",
"description": "Unique identifier for the user."
"description": "Unique identifier for the user. Optional parameter for telemetry. For more information, refer <a href=\"http://aka.ms/qnamaker-analytics#user-traffic\" target=\"blank\">Analytics and Telemetry</a>."
},
"isTest": {
"type": "boolean",
Expand Down

0 comments on commit d90105b

Please sign in to comment.