LuisActionDialog(ILuisService, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of 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)
Parameters
- luisService
- ILuisService
The Luis service.
- contextId
- String
The contextId for Luis dialog returned in Luis result.
- prompt
- String
The prompt that should be asked from user.