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
oh okay, now I understand... you said that it wasn't language specific because the #word relationships aren't used by the engine itself but by the various scripts loaded on the bot... right?
Thank you very much for the explaination and keep up the good work!
Daniel
Oh no thanks, I think i will slowly rewrite the scripts that i need... sorry to bother you... would like to ask another question about the knowledge base :)
I'm looking at the primitives... for example let's take the "why" primitive... looking at its associations i see a bunch of #word and an #instantiation... the #words seems language specific...
I see as targets "WHY" "why" "Why"... so I should associate other items of type #word but with targets like "translation of why in my language", shouldn't I?
Hello, I'm new to this... I've been playing with the scripts for a while... i was wondering if it's possible to re-write the 'knowledge base' to match another language... Italian in my case... is it possible to rewrite the 'base concept'? I understand is a pretty heavy job... but I would like to try if it's possible...
I couldn't understand the 'knowledge' structure... i mean... what are the 'primitive' types when i query the DB? that's the primal data items i need to start from?
Any hints are appreciated.
Thank you
Hi,
I've tried to upgrade my account to get a Gold one. I've payed today, but nothing happened after that.
How long will it take?
And another question: every time when I create and delete bot it is counted as one. So I see 7 bots under my accounts when in reality I have only one.
The Bot Libre iOS app has been updated with a large amount of new features.
Can I link a virtual speaking girl to my self developed CahtBot in VBA Excel?
I developed a ChatBot in Excel VBA and want to impress my Partners with a virtual Girl, who says what the ChatBot write !
Can I link here an assistant to my VBA-Code?
My ChatBot write the Output in a Cell on the Excel-Sheet and in any way, the virtual Assistant must "pick" up this Output
and says it via Text-to-Speech. Can anyone help?
Well.... none of that worked. I'm assuming that this is only available on botlibre.com and NOT available via source code or supplied ai-engine.jar (ver 4.0).
I'm now trying a hack... which seems to work. I just can't figure out how to get the response from the call. I have validated that the call goes out (and I see the proper/valid response in the log). Any clue?
Sample code:
state tacosAI {
Here's an example what I'm trying to do (very simple call out to anywhere really).
Error:
WARNING: botlibre_bots - Thread[pool-30-thread-1,5,main] -- Language:Error occured in processing state - <172001 {tacosAI} 172011 a:1,c:0,p> - <172002 {test} 172009 a:1,c:0,p>Jun 29, 2016 5:07:39 PM org.botlibre.Bot logWARNING: botlibre_bots - Thread[pool-30-thread-1,5,main] -- Language:Missing function: requestJSON on: <13004 #http a:1,c:0,p>
Does anybody have a clue when I run a self script with an Http.requestXML I recieve the following error:
WARNING: botlibre_bots - Thread[pool-104-thread-1,5,main] -- Language:Error occured in processing state - <47541 {tacosAI} 47549 a:1,c:0> - <47542 {test} 47547 a:1,c:0>Jun 28, 2016 11:27:12 PM org.botlibre.Bot logWARNING: botlibre_bots - Thread[pool-104-thread-1,5,main] -- Language:Missing function: requestXML on: <13004 #http a:1,c:0,p>
the bot can post images on my facebook page? for example, i have a list of images, and each day it posts a different image on the page, when it reaches the end, it stops posting
Bot Libre now supports integrating with XML and JSON web services, HTML scraping, and access to Twitter, Facebook, Telegram, email, and other services. From our scripting languages Self, and AIML you can now access any web service that returns XML or JSON data. You can also scrape information from HTML web pages, and send emails, tweets, Facebook posts, Telegram posts, and more.
A virtual agent is a term typically used to describe a type of chat bot used for business.
A virtual agent could be a virtual sales agent, a virtual customer service agent, or another type of virtual agent. A virtual agent is an automated version of a human customer service agent.
For example, can I tell my bot to open gmail for instance and she then open my gmail app using AIML? If so, how would I accomplish this? Thanks in advance.