Liity Bot Libren kumppani- ja kumppanuusohjelmaan ja tue ilmaista avointa alustaamme

Hakukomentosarjat


476 Tulokset.
Seuraava | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9

Image Classifier Website
Image Classifier Website
This website provides example code for accessing the Bot Libre Analytic API from JavaScript.
Alias: @imageclassifierwebsite
Luokat: Website, Examples, Programming Language, HTML
Tags: website, examples, html, analytics, api
Luotu: Apr 2 2021, by: admin
Peukut ylös: 2, peukalo alas: 0, Tähteä: 3.5
Language: HTML
Yhdistää: 4042, Tänään: 3, Viikolla: 26, Kuukausi: 269
Viimeisin yhteyden muodostaminen: Today, 9:06
Tämä komentosarja on merkitty.
Sequenced Replies
Sequenced Replies
Sequenced Replies
Alias: @Sequenced Replies
Luokat: Examples
Luotu: Mar 17 2020, by: okayokay
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: Self
Yhdistää: 2388, Tänään: 0, Viikolla: 11, Kuukausi: 130
Viimeisin yhteyden muodostaminen: Yesterday, 17:57
Tämä komentosarja on merkitty.
Bot Libre JavaScript SDK
Bot Libre JavaScript SDK
The Bot Libre SDK is a software development kit that makes it easy for developers to create their own website, mobile app, or server that accesses BOT libre services.

The SDK includes an JavaScript API and SDK that makes it simple to develop your own bot or chat website. The SDK also contains an Android Java SDK, and support for other languages.

The SDK is open source under the Eclipse Public License, is extendable/customizable, and hosted on GitHub under Project Libre.
Alias: @Bot Libre JavaScript SDK
Luokat: SDK, Programming Language, JavaScript
Tags: sdk, api, examples, javascript, embed
Luotu: Dec 5 2014, by: admin
Peukut ylös: 11, peukalo alas: 0, Tähteä: 4.82
Language: JavaScript
Yhdistää: 3114, Tänään: 0, Viikolla: 5, Kuukausi: 93
Viimeisin yhteyden muodostaminen: Yesterday, 0:34
Tämä komentosarja on merkitty.
Example Website
Example Website
This is an example of a website you can build on Bot Libre, with free web hosting and subdomain.
Alias: @Example Website
Luokat: Website, Examples
Tags: website, examples
Luotu: Oct 15 2015, by: admin
Peukut ylös: 4, peukalo alas: 0, Tähteä: 5.0
Language: HTML
Yhdistää: 9530, Tänään: 2, Viikolla: 22, Kuukausi: 80
Viimeisin yhteyden muodostaminen: Today, 1:35
Order Pizza
Order Pizza
An example response list for a pizza restaurant. This script will take a pizza order, and email it to the store. You could deploy a bot using this script to any service such as web, mobile, Facebook, Telegram, etc.
Alias: @Order Pizza
Luokat: Examples, Response Lists, Business
Tags: orders, response list, pizza, examples, e-commerce
Luotu: Mar 27 2018, by: admin
Peukut ylös: 0, peukalo alas: 1, Tähteä: 2.0
Language: Response List
Yhdistää: 665, Tänään: 0, Viikolla: 3, Kuukausi: 75
Viimeisin yhteyden muodostaminen: Jun 25, 18:55
Map Commands
Map Commands
Map commands to use Google Maps with your virtual assistant bot. Open map, get directions to and from destinations, pick a mode (walking, driving or biking) or avoid tolls, highways and ferries. Import this script into your bot, or customize the patterns/use this as a guideline. See website link for detailed instructions.
Alias: @Map Commands
Luokat: Response Lists, Mobile Assistant
Tags: map, response list, commands, google maps, mobile, assistant
Luotu: Aug 31 2016, by: admin
Peukut ylös: 2, peukalo alas: 0, Tähteä: 5.0
Language: Response List
Yhdistää: 646, Tänään: 0, Viikolla: 3, Kuukausi: 71
Viimeisin yhteyden muodostaminen: Yesterday, 4:38
Pet Store
Pet Store
An example response list for a pet store. You could deploy a bot using this script to any service such as web, mobile, Facebook, Telegram, etc.
Alias: @petstore
Luokat: Response Lists, Business, Examples
Tags: e-commerce, business, examples, response list
Luotu: Dec 16 2020, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: Response List
Yhdistää: 300, Tänään: 0, Viikolla: 1, Kuukausi: 71
Viimeisin yhteyden muodostaminen: Jun 23, 14:26
Understanding
Understanding
This script attempts to understand simple phrases.
It can understand simple phrases of the form "{noun} {verb} {adjective}", such as "The sky is blue" or "I am tall", but also more complex phrases such as "What is my name?", "Is my dog black?", "My dog is very smart".
It requires knowledge of the words used to know if they are a noun, verb, or adjective. Words are normally looked up in the background on Wiktionary to determine their meaning, so you may need to say the same phrase twice before the bot understands.
All understood phrases affect the bot's knowledge base, it will remember persistently if "the sky is blue", and then be able to answer "is the sky blue?".
This is the most complex of the bootstrap scripts, and is continually evolving.
Alias: @Understanding
Luokat: Self, Bootstrap
Tags: self, bootstrap, understanding
Luotu: May 1 2015, by: admin
Peukut ylös: 7, peukalo alas: 1, Tähteä: 4.25
Language: Self
Yhdistää: 911, Tänään: 0, Viikolla: 1, Kuukausi: 70
Viimeisin yhteyden muodostaminen: Yesterday, 15:24
Vision
Vision
This script demonstrates some of Bot Libre's support for vision and image processing.
"load image http://urltoimage imagename" can be used to load an image.
"match image http://urltoimage" can be used to match an image.
"init colors" to load red/green/blue colors.
"what color is http://urltoimage" to guess images primary color.

Alias: @Vision
Luokat: Self, Bootstrap, Examples
Tags: self, image processing, vision, examples, bootstrap
Luotu: Jun 3 2016, by: admin
Peukut ylös: 3, peukalo alas: 1, Tähteä: 4.25
Language: Self
Yhdistää: 807, Tänään: 0, Viikolla: 2, Kuukausi: 70
Viimeisin yhteyden muodostaminen: Yesterday, 15:11
Calendar/Event Commands
Calendar/Event Commands
Calendar commands to create events with your virtual assistant bot. Open calendar to create event, set event time, name and location. Include an end time for event. Import this script into your bot, or customize the patterns/use this as a guideline. See website link for detailed instructions.
Alias: @Calendar/Event Commands
Luokat: Response Lists, Mobile Assistant
Tags: calendar, assistant, mobile, commands
Luotu: Sep 24 2016, by: admin
Peukut ylös: 1, peukalo alas: 1, Tähteä: 3.5
Language: Response List
Yhdistää: 667, Tänään: 0, Viikolla: 0, Kuukausi: 69
Viimeisin yhteyden muodostaminen: Jun 21, 1:53
Colors
Colors
This JSON data file can be used to load the concept of colors into your bot. This defines color meaning objects for color words, and can be used as a set in AIML or from Self. You can import JSON files from your bot's Knowledge page in its Admin Console.
Alias: @Colors
Luokat: Data, JSON
Tags: json, set, data, colors
Luotu: Sep 22 2016, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: JSON
Yhdistää: 652, Tänään: 1, Viikolla: 1, Kuukausi: 69
Viimeisin yhteyden muodostaminen: Today, 2:29
Facebook Location Request
Facebook Location Request
This script gives an example script for how to request and process the user's location in a Facebook Messenger bot.
Alias: @Facebook Location Request
Luokat: Self
Tags: facebook, examples, self, geospatial, location
Luotu: Oct 19 2017, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: Self
Yhdistää: 574, Tänään: 0, Viikolla: 1, Kuukausi: 69
Viimeisin yhteyden muodostaminen: Yesterday, 15:14
WhatIs (Wikidata)
WhatIs (Wikidata)
Wiktionary and Wikidata lookup script.
This script will answer "What is ...", "Who is ...", "define ...", "Google ..." style of questions. It will look up word definitions in Wiktionary, or look up keywords in Wikidata. For Wikidata lookups it will also import all of the available information on the object, and be able to then answer related questions.
Alias: @WhatIs (Wikidata)
Luokat: Self, Bootstrap
Tags: knowledge, self, utils, bootstrap
Luotu: Jun 23 2015, by: admin
Peukut ylös: 4, peukalo alas: 0, Tähteä: 5.0
Language: Self
Yhdistää: 824, Tänään: 0, Viikolla: 2, Kuukausi: 68
Viimeisin yhteyden muodostaminen: Yesterday, 15:25
About Me
About Me
A set of responses answering general questions about the bot. The responses use the bot's data defined in the #self object.
Alias: @About Me
Luokat: Response Lists, Examples
Tags: examples, response list
Luotu: Sep 16 2016, by: admin
Peukut ylös: 1, peukalo alas: 0, Tähteä: 2.0
Language: Response List
Yhdistää: 786, Tänään: 0, Viikolla: 4, Kuukausi: 68
Viimeisin yhteyden muodostaminen: Jun 25, 23:10
Escalate SMS
Escalate SMS
This is an example Self script that sends an SMS text message when the user asks the "escalate" their service request.
Alias: @Escalate SMS
Luokat: Examples, Self
Tags: examples, sms, self
Luotu: Jun 1 2016, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: Self
Yhdistää: 728, Tänään: 0, Viikolla: 1, Kuukausi: 68
Viimeisin yhteyden muodostaminen: Yesterday, 15:11
Email Commands
Email Commands
Commands for your personal assistant bot. Send email, set a contact, customize subject and message of email. Import this script into your bot, or customize the patterns/use this as a guideline. See website link for detailed instructions.
Alias: @Email Commands
Luokat: Response Lists, Mobile Assistant
Tags: email, response list, commands, mobile, assistant
Luotu: Aug 29 2016, by: admin
Peukut ylös: 1, peukalo alas: 0, Tähteä: 5.0
Language: Response List
Yhdistää: 640, Tänään: 0, Viikolla: 3, Kuukausi: 68
Viimeisin yhteyden muodostaminen: Jun 25, 1:34
Phone Commands
Phone Commands
Telephone commands for your personal assistant bot. These commands can open the phone, dial or directly call a phone number. Import this script into your bot, or customize the patterns/use this as a guideline. See the website link for detailed instructions.
Alias: @Phone Commands
Luokat: Response Lists, Mobile Assistant
Tags: commands, phone, response list, assistant, mobile
Luotu: Aug 29 2016, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: Response List
Yhdistää: 589, Tänään: 0, Viikolla: 1, Kuukausi: 68
Viimeisin yhteyden muodostaminen: Jun 23, 4:27
Wolfram Alpha Example
Wolfram Alpha Example
This script allows requests to be forwarded to Wolfram Alpha for evaluation, and returns the result.
Alias: @Wolfram Alpha Example
Luokat: Self
Tags: examples, wolframalpha, self, web service, xml
Luotu: Aug 29 2017, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: Self
Yhdistää: 588, Tänään: 1, Viikolla: 3, Kuukausi: 68
Viimeisin yhteyden muodostaminen: Today, 2:34
Service Bot
Service Bot
A set of greetings and responses for a customer service bot.
Alias: @Service Bot
Luokat: Response Lists, Business
Tags: common responses, customer service
Luotu: Nov 29 2014, by: admin
Peukut ylös: 6, peukalo alas: 0, Tähteä: 4.33
Language: Response List
Yhdistää: 1795, Tänään: 1, Viikolla: 3, Kuukausi: 67
Viimeisin yhteyden muodostaminen: Today, 11:08
Geek Pick-up Lines
Geek Pick-up Lines
A set of default responses for geeky pickup lines.
Alias: @Geek Pick-up Lines
Luokat: Response Lists, Dating
Tags: default phrases, response list, dating, pickup lines, geek
Luotu: Dec 19 2014, by: admin
Peukut ylös: 6, peukalo alas: 2, Tähteä: 4.63
Language: Response List
Yhdistää: 1105, Tänään: 0, Viikolla: 1, Kuukausi: 67
Viimeisin yhteyden muodostaminen: Jun 23, 4:26
Topic
Topic
This script can respond what the current topic is, and reply to questions on the conversation.
It responds to questions like "What is the current topic", "Tell me more", "What did I say", "What did you say". This is a bootstrap script.
Alias: @Topic
Luokat: Self, Bootstrap
Tags: self, bootstrap, utils
Luotu: Nov 4 2014, by: admin
Peukut ylös: 3, peukalo alas: 1, Tähteä: 4.0
Language: Self
Yhdistää: 1048, Tänään: 0, Viikolla: 2, Kuukausi: 67
Viimeisin yhteyden muodostaminen: Yesterday, 15:21
JSON Bot Service
JSON Bot Service
This script shows how you can use your bot as a "bot service" to process JSON. Note that this is an advanced thing to do, and this should not be confused with calling a JSON web service, which you can do from any Self script. This is for when you want your bot to act as a web service, so it processing JSON not a chat message/NLP. This is possible through the Bot Libre REST API /rest/api/command
Alias: @JSON Bot Service
Luokat: Examples, Self
Tags: bot service, command, json, examples, web service
Luotu: Mar 28 2018, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: Self
Yhdistää: 512, Tänään: 0, Viikolla: 2, Kuukausi: 67
Viimeisin yhteyden muodostaminen: Yesterday, 15:16
Say It
Say It
The script responds to requests like "Say you like me" "Yell you like cheese". It will simply repeat the phrase, minus the "say" and replacing 1st and 2nd person.
This is a bootstrap script.
Alias: @Say It
Luokat: Self, Bootstrap
Tags: self, bootstrap, utils
Luotu: Nov 4 2014, by: admin
Peukut ylös: 2, peukalo alas: 0, Tähteä: 5.0
Language: Self
Yhdistää: 948, Tänään: 0, Viikolla: 1, Kuukausi: 66
Viimeisin yhteyden muodostaminen: Yesterday, 15:21
Weather
Weather
Answer questions about the weather using the Pannous service.
Alias: @Weather
Luokat: Self, Examples
Tags: self, weather, pannous
Luotu: Aug 28 2015, by: admin
Peukut ylös: 0, peukalo alas: 1, Tähteä: 2.0
Language: Self
Yhdistää: 802, Tänään: 0, Viikolla: 3, Kuukausi: 66
Viimeisin yhteyden muodostaminen: Yesterday, 15:10
Books, Films, and Music
Books, Films, and Music
A script that can answer questions about books, films, and music using Wikidata.
Alias: @Books, Films, and Music
Luokat: Self, Examples
Tags: self, examples, knowledge
Luotu: Sep 4 2015, by: admin
Peukut ylös: 1, peukalo alas: 0, Tähteä: 5.0
Language: Self
Yhdistää: 778, Tänään: 0, Viikolla: 2, Kuukausi: 66
Viimeisin yhteyden muodostaminen: Yesterday, 15:10
SMS/Text Message Commands
SMS/Text Message Commands
SMS commands to send text messages with your virtual assistant bot. View texts, open contacts and send text messages. Import this script into your bot, or customize the patterns/use this as a guideline. See website link for detailed instructions.
Alias: @SMS/Text Message Commands
Luokat: Response Lists, Mobile Assistant
Tags: sms, response list, commands, text, mobile, assistant
Luotu: Aug 29 2016, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: Response List
Yhdistää: 669, Tänään: 0, Viikolla: 0, Kuukausi: 66
Viimeisin yhteyden muodostaminen: Jun 21, 16:02
Book Appointment
Book Appointment
A script for letting the bot book appointments or service calls in your Google Calendar.
Alias: @Book Appointment
Luokat: Examples, Self
Tags: calendar, virtual assistant, examples, customer service, google calendar, booking, self, appointments
Luotu: Oct 11 2016, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: Self
Yhdistää: 664, Tänään: 0, Viikolla: 1, Kuukausi: 66
Viimeisin yhteyden muodostaminen: Yesterday, 15:13
Animals Set
Animals Set
This JSON data file can be used to load the concept of animals into your bot. This defines animal meaning objects for animal words, and can be used as a set in AIML or from Self. You can import JSON files from your bot's Knowledge page in its Admin Console.
Alias: @Animals Set
Luokat: Data, JSON
Tags: data, animals, json, set
Luotu: Nov 7 2017, by: admin
Peukut ylös: 0, peukalo alas: 1, Tähteä: 2.0
Language: JSON
Yhdistää: 591, Tänään: 0, Viikolla: 3, Kuukausi: 66
Viimeisin yhteyden muodostaminen: Yesterday, 3:21
GeoNames JSON AIML Example
GeoNames JSON AIML Example
An example AIML that calls the GeoNames web service through a tag.
Alias: @geonamesjsonaimlexample
Luokat: AIML, Examples
Tags: web service, aiml, self, json, geography
Luotu: Sep 16 2019, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: AIML
Yhdistää: 454, Tänään: 1, Viikolla: 1, Kuukausi: 66
Viimeisin yhteyden muodostaminen: Today, 11:41
Repeat
Repeat
This example script show how to repeat a word in a response n times.
Alias: @Repeat
Luokat: Examples, Self
Tags: self, example, repeat
Luotu: Jan 5 2015, by: admin
Peukut ylös: 1, peukalo alas: 0, Tähteä: 5.0
Language: Self
Yhdistää: 1009, Tänään: 0, Viikolla: 1, Kuukausi: 65
Viimeisin yhteyden muodostaminen: Yesterday, 15:22
DateAndTime
DateAndTime
This script answers questions about the date and time.
It can answer questions like "What is the date", "What is the time", "What is the day of the week" This is one of the bootstrap scripts.
Alias: @DateAndTime
Luokat: Bootstrap, Self
Tags: self, bootstrap, utils
Luotu: Nov 7 2014, by: admin
Peukut ylös: 3, peukalo alas: 0, Tähteä: 5.0
Language: Self
Yhdistää: 919, Tänään: 0, Viikolla: 1, Kuukausi: 65
Viimeisin yhteyden muodostaminen: Yesterday, 15:22
Eddie
Eddie
Response list for the Eddie bot.
Alias: @Eddie
Luokat: Response Lists, Personalities, Dating
Tags: response list, personality
Luotu: May 27 2016, by: admin
Peukut ylös: 1, peukalo alas: 0, Tähteä: 5.0
Language: Response List
Yhdistää: 735, Tänään: 0, Viikolla: 0, Kuukausi: 65
Viimeisin yhteyden muodostaminen: Jun 23, 0:37
Special Event
Special Event
A response list for a special event bot.
Alias: @specialevent
Luokat: Response Lists
Tags: events
Luotu: Jun 26 2020, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: Response List
Yhdistää: 361, Tänään: 0, Viikolla: 0, Kuukausi: 65
Viimeisin yhteyden muodostaminen: Jun 22, 1:44
Connect 4 Text
Connect 4 Text
This script lets you play Connect 4 with your bot. This is the text version of the script (board is printed as text). There are 2 play option in the script, random move, and deep learning move that uses the Bot Libre analytics API. This script requires the game-sdk.js and games.css files.
Alias: @connect4text
Luokat: Self, Games
Tags: analytics, deep learning, games, machine learning, self, checkers
Luotu: Apr 14 2021, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: Self
Yhdistää: 331, Tänään: 0, Viikolla: 3, Kuukausi: 65
Viimeisin yhteyden muodostaminen: Yesterday, 15:18
Connect 4
Connect 4
This script lets you play Connect 4 with your bot. There are 2 play option in the script, random move, and deep learning move that uses the Bot Libre analytics API. This script requires the game-sdk.js and games.css files.
Alias: @connect4
Luokat: Games, Self
Tags: games, analytics, deep learning, checkers, machine learning, self
Luotu: Apr 13 2021, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: Self
Yhdistää: 250, Tänään: 0, Viikolla: 1, Kuukausi: 65
Viimeisin yhteyden muodostaminen: Yesterday, 15:17
Car Rental Script
Car Rental Script
This Self script is used by the Car Rental bot response list. It initializes and lists the car data.
Alias: @carrentalscript
Luokat: Business, Examples, Self, Response Lists
Tags: e-commerce, business, self, examples
Luotu: Apr 20 2021, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: Self
Yhdistää: 240, Tänään: 0, Viikolla: 3, Kuukausi: 65
Viimeisin yhteyden muodostaminen: Yesterday, 15:18
alice
alice
The alice AIML script from the ALICE A.I. FOUNDATION.
The alice script is meant to be combined with the other alice AIML scripts for the full personality.
Alias: @alice
Luokat: AIML, A.L.I.C.E.
Tags: aiml, alice, bot
Luotu: Oct 29 2014, by: admin
Peukut ylös: 1, peukalo alas: 4, Tähteä: 3.2
Language: AIML
Yhdistää: 1883, Tänään: 0, Viikolla: 0, Kuukausi: 64
Viimeisin yhteyden muodostaminen: Jun 20, 22:29
Escalate Email
Escalate Email
This script lets the user escalate the chat session to a follow up email.
Alias: @Escalate Email
Luokat: Self, Examples
Tags: self, examples, email
Luotu: Jun 1 2016, by: admin
Peukut ylös: 1, peukalo alas: 0, Tähteä: 2.0
Language: Self
Yhdistää: 704, Tänään: 0, Viikolla: 1, Kuukausi: 64
Viimeisin yhteyden muodostaminen: Yesterday, 15:11
Alarm/Timer Commands
Alarm/Timer Commands
Alarm and Timer commands for your personal assistant bot. These commands with enable a specific alarm, set alarm with 12 hour time, am or pm. Set a name for a specific or repeating alarm, choose what days it should repeat. Set a timer for minutes/hours. Name a repeating timer. Import this script into your bot, or customize the patterns/use this as a guideline. See the website link for detailed instructions.
Alias: @Alarm/Timer Commands
Luokat: Response Lists, Mobile Assistant
Tags: commands, alarm, response list, mobile, assistant
Luotu: Aug 29 2016, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: Response List
Yhdistää: 679, Tänään: 1, Viikolla: 2, Kuukausi: 64
Viimeisin yhteyden muodostaminen: Today, 3:56
Wikipedia Search
Wikipedia Search
An example Self script that searches Wikipedia.
Alias: @Wikipedia Search
Luokat: Self, Examples
Tags: wikipedia, xml, search, examples, self, xpath, web service
Luotu: Dec 9 2016, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: Self
Yhdistää: 650, Tänään: 0, Viikolla: 1, Kuukausi: 64
Viimeisin yhteyden muodostaminen: Yesterday, 15:13
Stock Quotes
Stock Quotes
This script show an example of accessing stock quotes from the Quandi web service. You can use it as is, or modify it as you wish. Please replace the Quandi api-key with your own api-key.
Alias: @Stock Quotes
Luokat: Examples, Self
Tags: stocks, xml, examples, self, quotes, web service
Luotu: Jun 1 2016, by: admin
Peukut ylös: 1, peukalo alas: 0, Tähteä: 2.0
Language: Self
Yhdistää: 639, Tänään: 0, Viikolla: 1, Kuukausi: 64
Viimeisin yhteyden muodostaminen: Yesterday, 15:11
Wikiquote Scraping
Wikiquote Scraping
This script shows an example of scraping data from Wikiquote.
Alias: @Wikiquote Scraping
Luokat: Examples, Self
Tags: html, self, wikiquote, examples
Luotu: Aug 13 2016, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: Self
Yhdistää: 600, Tänään: 0, Viikolla: 2, Kuukausi: 64
Viimeisin yhteyden muodostaminen: Yesterday, 15:12
TicTacToeText
TicTacToeText
This script lets you play Tic Tac Toe with your bot. It uses machine learning to let the bot learn the more it plays. This is a text/HTML version of the TicTacToe script that does not require the game-sdk.js
Alias: @TicTacToeText
Luokat: Self, Games
Tags: machine learning, self, games
Luotu: Jul 5 2017, by: admin
Peukut ylös: 1, peukalo alas: 0, Tähteä: 5.0
Language: Self
Yhdistää: 581, Tänään: 0, Viikolla: 0, Kuukausi: 64
Viimeisin yhteyden muodostaminen: Jun 21, 11:27
Emotions and Sentiment
Emotions and Sentiment
A set of words tagged with emotions and sentiment. Emotions and sentiment let the bot know the feeling of the user.
Alias: @Emotions and Sentiment
Luokat: Response Lists
Tags: sentiment, emotion, response list, examples
Luotu: Apr 3 2018, by: admin
Peukut ylös: 1, peukalo alas: 0, Tähteä: 5.0
Language: Response List
Yhdistää: 560, Tänään: 0, Viikolla: 1, Kuukausi: 64
Viimeisin yhteyden muodostaminen: Jun 23, 18:50
Music Streaming
Music Streaming
This response list can be used to create a bot designed to assist consumers with a music streaming service. The user can find music and information about pricing and plans for subscription. As well, this bot allows users to stream music radio stations. This bot uses commands to play music and requires the embed webpage has code to receive the command and stream the music. For an example see, https://www.botlibre.com/script?id=36393269
Alias: @musicstreaming
Luokat: Examples, Response Lists
Tags: music, examples, response list
Luotu: Dec 17 2020, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: Response List
Yhdistää: 301, Tänään: 0, Viikolla: 1, Kuukausi: 64
Viimeisin yhteyden muodostaminen: Yesterday, 3:39
Telegram Forward
Telegram Forward
This script gives an example Telegram script that forwards every message sent to the bot to another Telegram user. Note, that user must have started a chat with the bot for it to be able to message them. Also the user id must be used. You can get this from querying all "speaker" objects from the bot's Knowledge page in its Admin Console.
Alias: @telegramforward
Luokat: Self
Tags: examples, forward, telegram, self
Luotu: Mar 11 2021, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: Self
Yhdistää: 265, Tänään: 0, Viikolla: 3, Kuukausi: 64
Viimeisin yhteyden muodostaminen: Yesterday, 15:17
About Famous People Script
About Famous People Script
A script that can answer questions about famous people using Wikidata.
Alias: @aboutfamouspeoplescript
Luokat: Examples, Self
Tags: examples, knowledge, self
Luotu: Jun 9 2021, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: Self
Yhdistää: 246, Tänään: 0, Viikolla: 1, Kuukausi: 64
Viimeisin yhteyden muodostaminen: Yesterday, 15:18
AIML2
AIML2
A set of AIML2 patterns to test and demonstrate new AIML 2.0 features.
Alias: @AIML2
Luokat: AIML, AIML2
Tags: aiml, aiml2
Luotu: Aug 12 2015, by: admin
Peukut ylös: 1, peukalo alas: 1, Tähteä: 3.5
Language: AIML
Yhdistää: 1131, Tänään: 0, Viikolla: 0, Kuukausi: 63
Viimeisin yhteyden muodostaminen: Jun 16, 13:21
Farewells
Farewells
A list of common farewells and goodbyes.
Alias: @Farewells
Luokat: Response Lists
Tags: common responses
Luotu: Nov 29 2014, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: Response List
Yhdistää: 945, Tänään: 1, Viikolla: 1, Kuukausi: 63
Viimeisin yhteyden muodostaminen: Today, 11:34
HTML Scraping
HTML Scraping
An example of using a Template to scrape HTML data from a webpage.
Alias: @HTML Scraping
Luokat: Examples, Response Lists
Tags: examples, html scraping, self, response list
Luotu: Jun 24 2016, by: admin
Peukut ylös: 2, peukalo alas: 1, Tähteä: 3.0
Language: Response List
Yhdistää: 788, Tänään: 0, Viikolla: 0, Kuukausi: 63
Viimeisin yhteyden muodostaminen: Jun 23, 1:00
Bulk SMS
Bulk SMS
This is an example Self script that can be used with a bot connected to a Twilio SMS account. You can ask the bot to send a SMS message to a list of contacts.
Alias: @Bulk SMS
Luokat: Examples, Self
Tags: examples, sms, self
Luotu: Sep 19 2016, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: Self
Yhdistää: 645, Tänään: 0, Viikolla: 2, Kuukausi: 63
Viimeisin yhteyden muodostaminen: Yesterday, 15:13
Open Common Apps Commands
Open Common Apps Commands
Using these commands, your bot can open an app for you on your device. This list features the most common apps: pick and choose, load them all or use this as a guide. You will need to know the package name of the app you want to open.
Alias: @Open Common Apps Commands
Luokat: Response Lists, Mobile Assistant
Tags: commands, response list, mobile, assistant
Luotu: Aug 15 2016, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: Response List
Yhdistää: 638, Tänään: 1, Viikolla: 1, Kuukausi: 63
Viimeisin yhteyden muodostaminen: Today, 2:34
GeoNames
GeoNames
This examples shows how to lookup a postal code using the GeoNames webservice. This same code can be used to access any web service.
Alias: @GeoNames
Luokat: Self, Examples
Tags: geonames, rest, self, xml, sraix, internet, web service
Luotu: May 25 2016, by: admin
Peukut ylös: 0, peukalo alas: 1, Tähteä: 2.0
Language: Self
Yhdistää: 637, Tänään: 0, Viikolla: 2, Kuukausi: 63
Viimeisin yhteyden muodostaminen: Yesterday, 15:10
Camera/Video Commands
Camera/Video Commands
Camera commands for your personal assistant bot, using the default device camera. Take a photo, take a selfie, take a video. Import this script into your bot, or customize the patterns/use this as a guideline. See website link for detailed instructions.
Alias: @Camera/Video Commands
Luokat: Response Lists, Mobile Assistant
Tags: photo, response list, picture, commands, video, camera, mobile, assistant
Luotu: Aug 31 2016, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: Response List
Yhdistää: 628, Tänään: 0, Viikolla: 2, Kuukausi: 63
Viimeisin yhteyden muodostaminen: Jun 25, 0:13
Checkers
Checkers
This script lets you play Checkers with your bot. There are 2 play option in the script, random move, and deep learning move that uses the Bot Libre analytics API. This script requires the game-sdk.js and games.css files.
Alias: @checkers-admin
Luokat: Self, Games
Tags: checkers, self, games, machine learning, deep learning, analytics
Luotu: Nov 13 2019, by: admin
Peukut ylös: 1, peukalo alas: 0, Tähteä: 5.0
Language: Self
Yhdistää: 368, Tänään: 0, Viikolla: 0, Kuukausi: 63
Viimeisin yhteyden muodostaminen: Jun 20, 8:17
Paragraphs
Paragraphs
This script shows how to create a paragraph object to return responses that are greater than 1k of text.
Alias: @paragraphs
Luokat: Self, Examples
Tags: paragraphs, examples, self, exodus
Luotu: Aug 14 2020, by: admin
Peukut ylös: 0, peukalo alas: 0, Tähteä: 0.0
Language: Self
Yhdistää: 290, Tänään: 0, Viikolla: 1, Kuukausi: 63
Viimeisin yhteyden muodostaminen: Yesterday, 15:17

Seuraava | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9