Thanks for the quick reply.
By default I see that my bot is using Language state 'Answering'. Is it correct or I am doing something wrong ?
Secondly here is the samle json taken from botlibre.com. Not sure if it's correct.
Couple of questions about Bot's mind
1.Significance of different language states and how they influence bot's mindLanguageState.DiscussionLanguageState.AssociateLanguageState.ListeningLanguageState.ListeningOnlyLanguageState.Conversational
2.Elaborate more on below Relationships with an example and how they influence bot's mindSYNONMMEANINGCLASSIFICATIONVERB
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:
How to make this script call the json webservice and return a plain text?
function Teaching() { var text = Http.requestJSON("https://teacherbot.000webhostapp.com/wp-json/wp/v2/pages?slug=" + Http.encode(star[1]);); return JSON.stringify(json[0].content.rendered); } } }
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();
Hi,
Many thanks for your response. My bot is in an AIML script. I have over a thousand keywords in a large text file.
How do I convert that file to JSON?
In addition, where do I put the self script in the bot? Yes, there is the scripts upload page. Do I just upload the script or do I need to add the script to my AIML template in some way?
You know the top right drop down box with the (Twitter) section? I used that and followed the instructions with the retweeting
However, I got a replying retweet bot with whatever someone says to it like copy cat. "Hi, how are?" "Hi, how are you?"
It's annoying and I'm wondering if I'm using the right part of bot libre correctly.
Do I use (Bot Libre Twitter) or just (bot libre ) itself?
If I enable learning mode in bots by flagging allowlearning to true and also correcting the bot by using CorrectionMode.Everyone then how does bot learn by itself in an ongoing conversations.
Can you demonstrate the same with an example please?
I have an AIML with few questions.I want to demostrate how bot uses its AI capabilities to synthesize its response.What are the different ways I can showcase it's intelligence apart from pattern matching.
On the conversation log the bots answer appear normally but the facebook messenger dont retrieve its response. I think it may be oAuth config but I don't know how to configure. I've tried in wordpress configure the wp-oAuth api but had the same experience. On the messenger all the responses parses but only the response that come from wordpress rest api doesnt.
use ^ instead of * then it works and you can set new default responses were you review your bots chat history ect
<aiml> <category> <pattern>* HELLO *</pattern> <template>Hello to you too</template> </category></aiml>
Why did I got this error?I am trying make the bot run on facebbok. It is working well but by retrieving wordpress posts I got this error bellow:2017-02-18 12:02:11.298 - WARNING -- FacebookMessaging:400 : {"error":{"message":"(#100) The parameter recipient is required","type":"OAuthException","code":100,"fbtrace_id":"FChOvtf+1\/x"}}
I have encountered an issue on this bit.
I am not able to train my bot for the response using this response: Template("I ll give you {star[0]}") for the question Pattern '('Give me * or * ')'
The response possible comes from a list i guess and in some other examples that I tried, the response is as same as the question.
Please let me know on this. Thank you.
Thanks I will probably subscribe to commercial and get back to it then.
btw If later, I want to actually install the botlibre cloud platform on a server ( I could only afford the self setup) -Is it very difficult to install, compared to creating a database and installing Joomla or other cms?
Also, if installed on my server does it still need to connect to the botlibre site for anything other than updates etc?
Is it possible to search google from within in a chat and have it open a new tab with google results?
Facebook and Twitter closed my account after connecting my Bot, due to autmatic traffic. What could be the reason? How can I avoid this?
After typing a message, the windows url becomes http://www.botlibre.com/livechat?input=hello&submit=Send
I am using Google Chrome (V 55.0.2883.87 m 64 bit) with javascript enabled
this is my embed code:
When I open a chat window and type something it just closes the window and opens the Search Live Chat Channels page. It seems it is losing the channel id?
Any suggestions?
The Bot Libre Cloud Bot Platform lets you license the Bot Libre bot platform for your own server and clients.
Hey there
There are some docs on this (i know, it's hard to find, and confusingly organised), helpful to my previous endeavours.
http://www.botlibre.com/forum-post?id=483549 (read it all, but scroll down almost to the bottom for chat logs)
or if you want to give the Self scripting a go:http://www.botlibre.com/forum-post?id=699077
Hope this helps
I have a database on Google BigQuery, and would like to create a greeting that use data obtained from that database through the Google API Client Libraries in JavaScript.
Is that possible?
Thank you!
friends,
Have downloaded botlibre AI Engine and Test projects, not able to get from where to start, somehow i was able to run gui.bat file in ai engine test directory, where it represented a lot of options but on clicking those options nothing is happening, i want to check the sequence or order or pre requiste of running the ai engine or test throgh ai engine client.
regards
Suf
I have upgraded to the diamond service, but my bot keeps getting a max memory exceeded notice when it hits 100000. I think the knowledge size for a diamond account is 300000 (or is this a different limit).
Thanks.