Exemple #1
0
 public WikiScorable(QnAMakerScorable inner, IDialogStack stack, IBotData botData, WikiQnAKnowledgeBaseService wikiService)
 {
     SetField.NotNull(out this.inner, nameof(inner), inner);
     SetField.NotNull(out this.stack, nameof(stack), stack);
     SetField.NotNull(out this.botData, nameof(botData), botData);
     SetField.NotNull(out this.wikiService, nameof(wikiService), wikiService);
 }
Exemple #2
0
 public WikiScorable(QnAMakerScorable inner, IDialogStack stack, IBotData botData)
 {
     SetField.NotNull(out this.inner, nameof(inner), inner);
     SetField.NotNull(out this.stack, nameof(stack), stack);
     SetField.NotNull(out this.botData, nameof(botData), botData);
 }