Adds a labeled example utterance in a version of the application.
post/apps/{appId}/versions/{versionId}/example
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
The ID of the created example utterance.