Questions tagged [chatscript]

ChatScript is a natural language rule-based engine used to create conversational entities (chatbots). Use this tag when creating questions regarding the ChatScript language, engine, and implementation. Do not use this tag for any questions that do not directly relate to ChatScript or its usage.

ChatScript is a natural language tool/dialog manager used to create conversational entities (chatbots). It is a rule-based engine, where rules are created in code by human writers through a process called dialog flow scripting. ChatScript is designed as a successor to AIML and has won the Loebner prize multiple times.

21 questions
2
votes
0 answers

RASA: How to build mixed-Initiative conversations?

I ask a question/help request regarding how to set-up a mixed-initiative chatbot in RASA For mixed-initiative conversational bot, I mean a chat-bot thatallows both User-initiative: The bot simply reply to user requests(I also call this:…
1
vote
3 answers

For a service bot, should I go with ChatScript or Rasa?

ChatScript runs fast and from my research it looks like it handles dialogue very well. On the other hand, it appears to have only a single active developer. Rasa on the other hand, looks much more actively developed. I guess I'd like to know the…
Visvamba Nathan
  • 135
  • 1
  • 6
1
vote
1 answer

How to do a pattern check for sentence after the OOB in chatscript

I am trying to achieve something like this, I have an OOB data and some user entered text I am able to parse the OOB data which is a JSON. But I am not able to check the pattern for user entered data Test data in the below example input. Is there…
Raghavendra
  • 2,305
  • 25
  • 30
1
vote
2 answers

Chatscript add foreign language

I am using Chatscript to create a customer service bot. I have created a custom bot so far using the German pre-built bot as template, but the problem is that I cannot understand how to add a foreign language (in my case Greek). The most relevant…
dchar
  • 1,665
  • 2
  • 19
  • 28
1
vote
1 answer

ChatScript Integration with Python application

How to integrate ChatScript [scripting language] with my python interface?
user3624303
  • 91
  • 10
0
votes
0 answers

Reading a MongoDB database using Chatscript

I am making a BOT that must interact with a database in MongoDB, but I don't know how to call the HTTP methods of my API, which is already working with the database, but I don't know how I can connect, I want to be able to use that data within the…
0
votes
0 answers

Links not sending on php script

I have created a chatting system using PHP. When I run that script on localhost links are sent easily but when I run the same script on VPS, messages are sent and URLs are not sent, it does not show any type of error either. What is the reason?
0
votes
1 answer

Chatscript problem with creating pop-up chat window

I have created a bot using chatscript. The goal is to have it as helper in a website(the user will ask questions regarding the website and the bot will answer/maybe redirect him to the appropriate part of the website). The bot responds fine using…
0
votes
0 answers

ChatScript - is it possible to integrate with python?

I'm new in the programming world. I try to make a conversational chatbot for Discord. On the basic level it is finished, it uses simple AIML files with "questions and replies" templates. I found it is very primitive tool, as my native language is…
CherryPaw
  • 13
  • 3
0
votes
1 answer

How to make a chatbot only for searching the excel

I want to make the simplest chatbot for searching the information much easier. For example, if I ask John’s major, my chatbot will answer that it is Computer science. So simple. But I found that if I want to make a chatbot which is answering based…
DAY
  • 1
  • 1
0
votes
1 answer

how to match concept values in chatscript

If i use a ~concept, how would I know what the user typed? this is like an entity in typical NLP frameworks. eg u: (I am from ~country ) ^keep() ^repeat() you come from _0? If the user types I am from FRANCE there seems no way to extract the…
dcsan
  • 11,333
  • 15
  • 77
  • 118
0
votes
1 answer

How Build ChatScript in VS2017

I am trying to develop a chatbot that will query data in an elasticsearch database ... I have seen the project code in MongoDb and I believe that maybe I can develop a module to connect also in Elasticsearch .... But this last revision 8.31 does not…
0
votes
0 answers

Updating Threads in C#/Unity3D for TCP/IP Client Server Connection

I have the following problem: My code should establish a connection between a C#-script in Unity3D (=client) and a server on a local machine. My goal is to send messages over unity to the server, where a chatbot is processing the message. After that…
Hermann
  • 9
  • 1
0
votes
0 answers

json.cpp:474:23: fatal error: curl/curl.h: No such file or directory

I am trying to compile ChatScript but I get this error message: json.cpp:474:23: fatal error: curl/curl.h: No such file or directory When I try apt-get install curl it says: curl is already the newest version (7.47.0-1ubuntu2.7). I also tried…
Hasani
  • 3,543
  • 14
  • 65
  • 125
0
votes
2 answers

ChatScript Bot on Localhost

I have created a chatbot using chatscript. It works perfectly in .cmd when I execute a chatscript.exe program. Now I am trying to run the chatbot the browser using xampp. I have done the following steps: I have installed XAMPP on C drive. In…
Kaushik
  • 155
  • 1
  • 2
  • 17
1
2