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.
Changes
Changed in 1 of the 11 revisions of this API.1
- ○
added the new optional
queryrequest parameterenableNestedChildrennew-optional-request-parameter
- ○