在QnA Maker and LUIS Bot tutorial之后,我添加了指令
using RestSharp;
using System.Collections.Generic;
using Newtonsoft.Json;
到BasicLuisDialog.cs。
从控制台运行整个程序时,我得到
Dialogs\BasicLuisDialog.cs(9,7): error CS0246: The type or namespace name 'RestSharp' could not be found (are you missing a using directive or an assembly reference?)
为什么缺少程序集引用,如何在控制台中添加它?