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 void AddAzureCognitiveServiceKey(this ICakeContext context, string luisProgrammaticKey, string appName, Region region, string azureSubscriptionId, string resourceGroupName, string cognitiveServiceName, string cognitiveServiceInternalId)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeNamespaceImportAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
luisProgrammaticKey |
string |
|
appName |
string |
|
region |
Region |
|
azureSubscriptionId |
string |
|
resourceGroupName |
string |
|
cognitiveServiceName |
string |
|
cognitiveServiceInternalId |
string |
|
Return Value