public ConversationService(IDialogflowService dialogflowService, IConsultantParser consultantParser, IRedisCacheService cache, IMapper mapper)
 {
     _dialogflowService = dialogflowService;
     _consultantParser  = consultantParser;
     _cache             = cache;
     _mapper            = mapper;
 }
Beispiel #2
0
 public ServicingController(IConsultantParser consultantParser)
 {
     _consultantParser = consultantParser;
 }