LuisManager.

ImportAppVersionAsync(JObject, string, string, CancellationToken) Method

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

Syntax

public Task<string> ImportAppVersionAsync(JObject model, string appId, string versionNumber, CancellationToken ct)

Attributes

Type Description
AsyncStateMachineAttribute

Parameters

Name Type Description
model JObject
appId string
versionNumber string
ct CancellationToken

Return Value

Type Description
Task<string>