Skip to main content

All Questions

Tagged with
1 vote
1 answer
413 views

How to send answers in chat bot at the certain time node.js nlp.js direct conector

Hello) I hope my question is written right) I use node.js, nlp.js, direct conector. Right now working with this repository: https://github.com/jesus-seijas-sp/nlpjs-examples I have task to make bot ...
Reg's user avatar
  • 21
3 votes
0 answers
745 views

Implement dialog manager with node-nlp

I'm trying to implement some dialog handling (conversation flow, interrupts in flow since conversation aren't necessary lineart - see this article "https://tutorials.botsfloor.com/dialog-management-...
Thierry Templier's user avatar
-1 votes
1 answer
130 views

OTFUEL_APP_TOKEN' is not recognized as an internal or external command,

I am trying to work with botfuel, in order to run the bot I need to input the credential of app am creating. so when am about to use the credentials the error message to pops up $Env:...
Oreanu's user avatar
  • 1
1 vote
1 answer
1k views

Dialogflow required parameters

In my dialogflow chatbot i am creating i have a scenario where a user can ask what are the available vacancies you have or they can directly ask i want to join as a project manager or something. Both ...
pavithra rox's user avatar
  • 1,096
0 votes
1 answer
126 views

NLP Code Snippets NodeJS

I'm writing an application in NodeJS with the talkify library. The point of the application is to be a chatbot. Part of the functionality of the bot will be to take code (a closed source language) ...
user316114's user avatar
2 votes
1 answer
3k views

Chatbot with node.js and python for NLP

I'm actually working on a chatbot project which must talk 2 languages (Dialectic Moroccan and french) , i'm willing to build the bot with node.js and host it in a server and build an NLP with python ...
Moumkine Oumaima's user avatar
0 votes
1 answer
261 views

NLP timezone issue

Currently i am using Bot Framework with Node for my chat bot and i am using API AI as my Natural Language Processing. My question is, let say the user replied with "yesterday" or "today" or "...
coffeeman's user avatar
5 votes
3 answers
3k views

Building your own NLP API

I'm building a chatbot and I'm new to NLP. (api.ai & AlchemyAPI are too expensive for my use case. And wit.ai seems to be buggy and constantly changing at the moment.) For the NLP experts, how ...
Kyle Cureau's user avatar
  • 19.4k