次の方法で共有


LuisActionDialog(ILuisService, String, String) コンストラクター

定義

LuisActionDialog のインスタンスを作成します。

public LuisActionDialog (Microsoft.Bot.Builder.Luis.ILuisService luisService, string contextId, string prompt);
new Microsoft.Bot.Builder.Dialogs.LuisActionDialog : Microsoft.Bot.Builder.Luis.ILuisService * string * string -> Microsoft.Bot.Builder.Dialogs.LuisActionDialog
Public Sub New (luisService As ILuisService, contextId As String, prompt As String)

パラメーター

luisService
ILuisService

Luis サービス。

contextId
String

Luis の結果で返される Luis ダイアログの contextId。

prompt
String

ユーザーから確認する必要があるプロンプト。

適用対象