LuisManager.

ImportAppAsync(JObject, string, CancellationToken) Method

Assembly
Cake.Deploy.Bot.LUIS.dll
Namespace
Cake.Deploy.Bot.LUIS
Containing Type
LuisManager

Syntax

public Task<string> ImportAppAsync(JObject model, string appName, CancellationToken ct)

Attributes

Type Description
AsyncStateMachineAttribute

Parameters

Name Type Description
model JObject
appName string
ct CancellationToken

Return Value

Type Description
Task<string>