Imports a new version into a LUIS application.
post/apps/{appId}/versions/import
Path parameters
appIdstring uuid required
The application ID.
Query parameters
versionIdstring
The new versionId to import. If not specified, the versionId will be read from the imported object.
Request body
Example request
{
"utterances": [
{
"entities": [
{
"children": [
{
"entity": "child1",
"startPos": 0,
"endPos": 0,
"children": []
}
]
}
]
}
]
}Response
The created application version.
string required
The new version ID returned by when importing a model version.
Changes
No recorded changes to this endpoint across all 11 revisions of this API.