public PlaylistHelper(ChatbotContextFactory contextFactory)
 {
     this.contextFactory = contextFactory;
 }
Exemple #2
0
 public VipHelper(ChatbotContextFactory contextFactory)
 {
     this.contextFactory = contextFactory;
 }
Exemple #3
0
 public BytesHelper(ChatbotContextFactory contextFactory, VipHelper vipHelper)
 {
     this.contextFactory = contextFactory;
     this.vipHelper      = vipHelper;
 }