|
|
|
time based response
Tags: aiml
Forum: Bot Libre Forum
Replies: 0,
Views: 2599, today: 1, week: 1, month: 28
Thumbs up: 0, thumbs down: 0, stars: 0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
How to Connect a Bot to Email and Gmail
Bot Libre allows a bot to be connected to email. This lets you create a bot to be your first tier of support or customer service for your business. The bot can answer common user questions and defer more difficult questions to your second tier support.
Connecting a bot to email can also be used to let your bot send email notifications from scripts, such as when a user wishes to escalate an issue from live chat. Email also provides a novel way to let people interact with your bot.
Tags: how to, email, gmail
Forum: Bot Libre Forum
Updated: Aug 23 2022, 9:36
Replies: 0,
Views: 8397, today: 1, week: 1, month: 132
Thumbs up: 0, thumbs down: 0, stars: 0.0
|
|
|
|
|
|
|
|
|
RE: What is the max size of a string allowed inside a template?
The max string length in Self is 1k.
If you need to return text greater than 1k, you need to use a Paragraph object.
Tags: self
Forum: Self, AIML, and scripting
Updated: Nov 1 2019, 7:55
Replies: 0,
Views: 3213, today: 0, week: 0, month: 26
Thumbs up: 1, thumbs down: 0, stars: 5.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
star is not working with set tag
Tags: sets
Forum: Bugs and Features
Updated: Oct 28 2019, 15:51
Replies: 2,
Views: 2301, today: 0, week: 0, month: 15
Thumbs up: 0, thumbs down: 0, stars: 0.0
|
|
|
|
|
RE: How to retrieve a string list from an object where I put them?
Be sure to assign the variable a value first before trying to add to it, otherwise you are adding elements in the null object.
The 'element' field can be used to access an array's elements.
i.e.
Forum: Self, AIML, and scripting
Updated: Oct 26 2019, 19:52
Replies: 0,
Views: 2994, today: 1, week: 1, month: 33
Thumbs up: 1, thumbs down: 0, stars: 5.0
|
|
|
How to retrieve a string list from an object where I put them?
First of all, thank you very much for the hints. As the current doubt:
If I do this:
#Global.assuntos.add("autotutela"); #Global.assuntos.add("jurisdição"); #Global.assuntos.add("inafastabilidade da jurisdição");
How can I retrieve the itens? Or even one of them?
Ive tried these without success:
Tags: self, coding, objects
Forum: Self, AIML, and scripting
Updated: Oct 26 2019, 19:51
Replies: 2,
Views: 2948, today: 0, week: 0, month: 28
Thumbs up: 0, thumbs down: 0, stars: 0.0
|
|
|
RE: global variable that can be reached in any of the bot's templates
Symbols are global, but the symbol is an object, so you need to set a property.
i.e.
Forum: Self, AIML, and scripting
Replies: 0,
Views: 2995, today: 0, week: 0, month: 26
Thumbs up: 1, thumbs down: 0, stars: 5.0
|
|
|
global variable that can be reached in any of the bot's templates
Pardon me for the basic question,but here we go:
Im trying to define a global variable in a self script that I can access in the bot´s response templates. I was searching the scripts but couldnt find, at least in a way it works. Im probably missing something. I've tried something like the code below:
state MyScript { pattern "create variable" template createIt();
Tags: self, variables, symbols, globals
Forum: Self, AIML, and scripting
Replies: 1,
Views: 3038, today: 0, week: 0, month: 26
Thumbs up: 0, thumbs down: 0, stars: 0.0
|
|
|
RE: telegram
Forum: Bot Libre Forum
Replies: 0,
Views: 2365, today: 0, week: 0, month: 27
Thumbs up: 0, thumbs down: 0, stars: 0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Website update 7.9.6
The website was updated to Bot Libre 7.9.6 this week.
The update includes a preview of many 8.0 features including:
- Redesigned Training & Chat Logs interface
- AIML Map, Set, and properties file import support
Tags: notice, website update, aiml, sets, rosie, maps, properties
Forum: Bot Libre Forum
Replies: 4,
Views: 4325, today: 0, week: 0, month: 42
Thumbs up: 0, thumbs down: 0, stars: 0.0
|
|
|
|
|
Cute AI based hide and seek game
Tags: games, artificial intelligence, deep learning, openai
Forum: Artificial Intelligence
Replies: 0,
Views: 3153, today: 0, week: 0, month: 31
Thumbs up: 0, thumbs down: 0, stars: 0.0
|
|