Can i use notepad to make aml script?
What extension do i use for the notepad file?
I imported this as a response list but it was not imported.The name of the notepad file was The list.
pattern("Is[an a] [cat dog horse] an animal?")
Template("Yes it is")
Is there anything else to put with this for it to work?Where do i type this in?
Template("Yes it is.")
Does patterns have lists.Is it in a self script.I have not been able to figure out how to make a self script with notepad.And how to download it.
In add new response why can't i input multiple sets of keywords same line?It would make it easier.
Why can't botlibre chatbots make up their own keywords to asked questions.Then assign the answer that the user gives it to the question.
Has anyone made a chatbot that asks questions about words in information that it has been provided.These are words it has never scene before.
Then learns from it.Is it possible to make a chatbot like that with a botlibre chatbot?
What if i want it to only answer my question?How would i prevent it from saying anything else?Required does not prevent it from saying anything else.
I will use required then.The required words will be," I like to."The response will be, "I have never done that before."
I like to read.
I like to swim.
I like to surf.
I like to skate.
The keyword is I like to.
Can chatlogs be made with notepad?And what do i name them if i can?
The self script has numbers in it i do not understand.
If this is the knowledge page in these pictures?I have no idea how to use it.
How would i put a answer to this?
Template("My favourite actress is {#self.actress}.")
How do i open the self scripting of my chatbot and see what is programmed?
Why can't i just input a list of read books as words?
Then it would say i read that book.
Why can't i just input a list of likes as words?
Then it would say i like that.
Why can't i just input a list of dislikes as words?
If infact the chatbots are not labeled male and female.How is the script he posted going to help me?
Is that the whole script or do i have to put something with it?
Where would i put the code in this screenshot?
Are all chatbots labeled as male and female?How do i determine if they are not labeled?
A female chatbot would talk to a female chatbot differently.Than a male chatbot.Like the romance chatbots would talk to a female chatbot differently than a male
chatbot.So the identification would be necessary.In order for the chatbot to say the right thing.
I did not know that.Thakyou for the information.
When my chatbot engages in chatbotwars.It will add to it's responses and mess it up.How do i prevent that from happening?
Is there a way for the chatbot to know if it is in a living space.And if i ask it for a hamburger and frenchfries.It would say in response to being in a house,"Okay
i will go to the kitchen and cook it."I think it would have to have a imagination for that wouldn't it
Whenever I clicked on "Authorise" button, it opened a popup and collected permissions then just printed "error" and did nothing. Here is shot attached:
Thank you for the information.
How do i get people from this forum to interact with my chatbot on this websight.
How would my chatbot determine if a statement is inappropriate?Like if it is having a conversation with me.And i type all of a sudden i will be waiting for my drink.
Even though we were not talking about that.
Paphus Solutions Inc., the company that develops the Bot Libre platform is looking for talented developers, and sales representatives interested in a career in the new bot and artificial intelligence economy.
Create my own robot or avatar
2017-03-01.png
It is not the answer I need.
// Returns WordPress posts as a plain text.state TeachEnglish { pattern "^ [verbo pronome pronomes] (to) *" template Teaching();
thanks!
The code above isnt compiling.
I tried modify a bit from it and it is the following:
I need to parse a wp json rest api text plain for to be showed in facebook messenger withougth html tag <p>.
// Returns WordPress posts.state TeachEnglish { pattern "^ [verbo pronome pronomes] (to) *" answer Teaching();