Imports an application to LUIS, the application's structure is included in the request body.
Supports noop? false
Parameters
composites(Optional[String[1]])
— List of composite entities.
culture(Optional[String[1]])
— The culture of the application. E.g.: en-us.
intents(Optional[String[1]])
— List of intents.
luis_app(Optional[String[1]])
— A LUIS application structure.
prebuiltentities(Optional[String[1]])
— List of prebuilt entities.
regex_features(Optional[String[1]])
— List of pattern features.
closedlists(Optional[String[1]])
— List of list entities.
patternanyentities(Optional[String[1]])
— List of Pattern.Any entities.
entities(Optional[String[1]])
— List of entities.
desc(Optional[String[1]])
— The description of the application.
regex_entities(Optional[String[1]])
— List of regular expression entities.
app_name(Optional[String[1]])
— The application name to create. If not specified, the application name will be read from the imported object. If the application name already exists, an error is returned.
patterns(Optional[String[1]])
— List of patterns.
utterances(Optional[String[1]])
— List of example utterances.
name(Optional[String[1]])
— The name of the application.
versionid(Optional[String[1]])
— The version ID of the application that was exported.
model_features(Optional[String[1]])
— List of model features.