Libraries
»
puppetlabs-azure_arm
(0.2.1)
»
Index (l)
»
Puppet Tasks
»
luisauthoring_azure_apps_import
Puppet Task: luisauthoring_azure_apps_import
Defined in:
tasks/luisauthoring_azure_apps_import.json,
tasks/luisauthoring_azure_apps_import.rb
Overview
Imports an application to LUIS, the application's structure should be included in the request body.
Supports noop?
false
Parameters
prebuiltentities
(Optional[String[1]])
— List of prebuilt entities.
regex_features
(Optional[String[1]])
— List of pattern features.
luis_app
(Optional[String[1]])
— A LUIS application structure.
name
(Optional[String[1]])
— The name of the application.
desc
(Optional[String[1]])
— The description of the application.
app_name
(Optional[String[1]])
— The application name to create. If not specified, the application name will be read from the imported object.
intents
(Optional[String[1]])
— List of intents.
culture
(Optional[String[1]])
— The culture of the application. E.g.: en-us.
patterns
(Optional[String[1]])
— List of patterns.
composites
(Optional[String[1]])
— List of composite entities.
versionid
(Optional[String[1]])
— The version ID of the application that was exported.
entities
(Optional[String[1]])
— List of entities.
utterances
(Optional[String[1]])
— List of sample utterances.
model_features
(Optional[String[1]])
— List of model features.
regex_entities
(Optional[String[1]])
— List of regular expression entities.
closedlists
(Optional[String[1]])
— List of closed lists.
patternanyentities
(Optional[String[1]])
— List of Pattern.Any entities.