Adds a batch of labeled example utterances to a version of the application.
post/apps/{appId}/versions/{versionId}/examples
Path parameters
appIdstring uuid required
The application ID.
versionIdstring required
The version ID.
Query parameters
enableNestedChildrenboolean
Toggles nested/flat format
Request body
Example request
[
{
"entityLabels": [
{
"children": [
{
"entityName": "child",
"startCharIndex": 0,
"endCharIndex": 0,
"children": []
}
]
}
]
}
]Response
A string array determining which labeled example utterances were added successfully.