예제 #1
0
 public Bot(ConversationState conversationState, IEnumerable <ILUISeIntentHandler> intentHandlers, T dialog, QnAMakerBaseDialog qnADialog, WhatToWatchDialog whatToWatchDialog, WhoIsSHeDialog whoIsSHeDialog)
 {
     _conversationState = conversationState;
     _intentHandlers    = intentHandlers;
     _dialog            = dialog;
     _qnADialog         = qnADialog;
     _whatToWatchDialog = whatToWatchDialog;
     _whoIsSHeDialog    = whoIsSHeDialog;
 }
예제 #2
0
 public LuisFindSessionIntentHandler(ConversationState conversationState, WhoIsSHeDialog whoIsSHeDialog)
 {
     _conversationState = conversationState;
     _whoIsSHeDialog    = whoIsSHeDialog;
 }