finished off helpers, added few more types (might not be used)
This commit is contained in:
@@ -1,6 +1,17 @@
|
||||
namespace Core.Helpers.Dialogue;
|
||||
using Core.Models.Eft.Dialog;
|
||||
using Core.Models.Eft.Profile;
|
||||
|
||||
public class SptDialogueChatBot
|
||||
namespace Core.Helpers.Dialogue;
|
||||
|
||||
public class SptDialogueChatBot : IDialogueChatBot
|
||||
{
|
||||
|
||||
public UserDialogInfo GetChatBot()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public string HandleMessage(string sessionId, SendMessageRequest request)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user