This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Deploy.Bot.LUIS.
Syntax
public static LuisDetails DeployLuisApp(this ICakeContext context, string luisProgrammaticKey, string appName, Region region, string pathToModel)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeNamespaceImportAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
luisProgrammaticKey |
string |
|
appName |
string |
|
region |
Region |
|
pathToModel |
string |
|
Return Value