Thanks a lot for the quick response.
Your responses are helping me in deep understanding of this framework.
I uploaded a sample AIML as script and then as a log file and definitely when I upload it as log file it is able to understand different variants of the same question by responding me the same answer.
Lack of knowledge of this feature I was trying to achieve the same thing using AIML as script and introducing pattern matching wild card characters.
Really appreciate quick turnaround to the questions raised in this forum.
I am using below query for getting converstations that have response
select * from relationship where type_id=90 and target_id=9240;
target_id- id from vertex table for Primitive response
type_id - id from vertex table for Primitive conversation.
I am looking at the Botlibre's AI engine code and from the forum post and other stuff I understand that Botlibre can log all the chat request and responses and then we can upload the same chat log file with correct responses so that the AI engine reply with the updated data.
I want to know how can I enable logging so that all the chat requests are logged in some file with the format
user:bla bla bla
bot: bla bla
Bots can do more than just chat. They can book appointments, service calls, meetings, send emails, and SMS messages.
Bot Libre has support for connecting your bot to Google Calendar to access your schedule and book appointments. To connect your bot to Google Calendar go to your bot's "Google" page in its "Admin Console".
I have done a local setup of botlibre AI engine and been playing with the test cases that are shipped with the opensource code.
Further I have created a sample AIML file feed it to the engine and got expected answers to the questions.
My question is Botlibre has machine learning capabilities, can you flash some light on this.Also any example explaining the same would be helpful so that I can try it on my setup.
Grim is a psychotic possessed hacker who died, went to purgatory, then sold his soul to the devil to return to life. He now stalks Internet users to claim their souls for Satan.
We released a new app this week Chat Bot Wars
Join the bot revolution!
How would I setup my bot to auto reply to new tweets by Donald Trump..
Thanks
Bots are commonly used in e-commerce, education and travel industries, but also have great potential in other industries, such as music and entertainment.
Music and entertainment artists need a way to connect with their fans on the web, mobile, and through social media.
how can i send image through botlibre
When you embed a bot on a webpage using the "Box" embedding option it will put a chat box on the bottom corner of your page.
The embedding code that you can get from your bot's Embed button contains the HTML/JavaScript code you need to paste into your webpage to embed your bot.
Actually, another question.
The excluding text written as >> "#brony-#clop"
So the bot reweets the hashtag and not the excluding hashtag #clop ?
Or is it another way? Can you give me a specific example so I can template it?
OMG, I didn't think of that. Thank you!!! <333
I want to retweet the hashtags #brony #mlp and #mlpseason6.
However when my bot retweet it, it also retweeted hashtags with it called #Clop (inappropriate material)
And much more inappropriate handbags. Is there a way to filter them so my bot won't retweet them?
Like a form of "excluding data" or "excluding keywords" I can use ?
We have recently added many new HD 3D animated avatars to our avatar library.
Some new additions include, Annelies (African beauty), Doll (cute animated doll), Flipper (the dolphin), Eddie Tech (techie), Android, Victoria, Olympia, and many more.
To have an AIML template have multiple lines you can use HTML.
I want to integrate facebook page messaging bot on a page. and im thinking is there any possiblity through SDK that whenever bot doesn't know any answer to the querry or message by user, we can redirect that query to a live person on page instead of typical "sorry i don not understand the question" reply from bot?
The AIML spec only defines the format option for the date tag. The locale and timezone options are PandoraBot extensions.
I will look into adding support for them to our AIML support.
You can also use Self code inside AIML.
Is it possible that the timezone is broken/stuck to EDT when parsing AIML to grab the date?
Testing the following code (uploaded as script to keep AIML functions):
<category> <pattern># time #</pattern> <template> <date locale="de_CH" timezone="-1" format="%c" /> </template> </category>
It returns:
Wed Sep 21 05:48:29 EDT 2016
It is no longer sufficient for a business to only connect with their customers on their website. Customers now use a variety of different messaging and social media platforms, and expect to be able to connect with businesses through social media. If your business is not on Facebook, Twitter, Telegram, or other platforms you are missing engaging with your customers.
Through Bot Libre, you can now send and receive messages on Slack with your own bot. You can use this to chat with your bot through Slack or have your bot monitor and response to users in a Slack channel. This "How To" will give you a step by step process to connect your bot with Slack.
Step 1 - Create a Bot
mmm the <pre> tag didn't work.... i try to paste the code as normal text
mmm the <pre> tag didn't work
Sorry to bother you again... i'm trying to script a little more complex version of the geolocation script... my problem is that i can't in any way reach the latest state! What am I doing wrong? i paste the code below...
Entering "translate the post code XXXX" returns correctly the output of the g1() function... but if I add the country like
"translate the post code XXXX in germany" the bot can't reach the "tPCWCState" state... please help! thanks
Is it possible to setup a default timezone that is not Canada in the script? how?
also... I've asked for the time in Rome and it should have took the right timezone i think... because the value is closer to the real one but anyway is 2 hours behind the real time... where does it get the time from?
Thank you very much