Browse : Examples

例,可用于创建自己的脚本。




51 结果,.

Repeat
Repeat
This example script show how to repeat a word in a response n times.
别名: @Repeat
类别: Examples, Self
Tags: example, repeat, self
创建: Oct 15 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 320, 今天: 0, 周: 0, 一个月: 6
最后连接: Apr 18, 5:16
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.
别名: @GeoNames
类别: Examples, Self
Tags: sraix, internet, rest, geonames, xml, self
创建: Oct 7 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 291, 今天: 0, 周: 0, 一个月: 6
最后连接: Apr 19, 4:53
WrongAnswer
WrongAnswer
The script will listen for the phrases "wrong" or "bad answer" and ask for a correction, and learn the new response.
别名: @WrongAnswer
类别: Self, Examples
Tags: self, examples, learning
创建: Dec 18 2020, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 107, 今天: 0, 周: 0, 一个月: 6
最后连接: Apr 21, 8:32
Books, Films, and Music
Books, Films, and Music
A script that can answer questions about books, films, and music using Wikidata.
别名: @Books, Films, and Music
类别: Self, Examples
Tags: knowledge, examples, self
创建: Oct 7 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 340, 今天: 0, 周: 0, 一个月: 5
最后连接: Apr 18, 12:34
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.
别名: @Escalate SMS
类别: Examples, Self
Tags: self, examples, sms
创建: Oct 7 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 335, 今天: 0, 周: 0, 一个月: 5
最后连接: Apr 18, 19:12
I Spy
I Spy
An "I Spy" colors game that you can play with your bot. This game will actually teach your bot about colors, and it will learn new objects and colors as you play.
别名: @I Spy
类别: Self, Examples
Tags: self, examples, games, i spy
创建: Oct 7 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 317, 今天: 1, 周: 1, 一个月: 5
最后连接: Today, 7:35
IBM Watson Example
IBM Watson Example
This script shows how you can call an IBM Watson bot or web service from IBM's Bluemix web API. For examples on calling IBM Watson's API see, https://watson-api-explorer.mybluemix.net/
别名: @IBM Watson Example
类别: Examples, Self
Tags: examples, web service, json, watson
创建: Feb 20 2018, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 213, 今天: 0, 周: 0, 一个月: 5
最后连接: Apr 18, 19:55
Example JSON
Example JSON
This script show an example JSON data file. JSON is the main standard for exchanging data on the web and JavaScript. You can import JSON data into your bot from the Knowledge page in its Admin Console. You can access JSON data from the web using a Self script and the Http.requestJSON(url) API.
别名: @Example JSON
类别: JSON, Data, Examples
Tags: data, examples, json
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: JSON
连接: 197, 今天: 0, 周: 0, 一个月: 5
最后连接: Apr 20, 9:16
AIML HTML Scraping
AIML HTML Scraping
An example AIML script that scrapes data from an HTML webpage.
别名: @AIML HTML Scraping
类别: Examples, AIML
Tags: examples, html scraping, aiml
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 181, 今天: 0, 周: 0, 一个月: 5
最后连接: Apr 19, 21:30
Plus
Plus
A script that can perform addition using no computer math functions. It performs addition the same way a human (without a calculator) does, using its knowledge of integers and counting. The goal in this script was to use it to teach a bot addition, and let it learn higher level mathematics from first principles.
别名: @Plus
类别: Self, Examples, Math
Tags: math, self
创建: Dec 18 2020, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 99, 今天: 0, 周: 0, 一个月: 5
最后连接: Apr 20, 5:57
Escalate Email
Escalate Email
This script lets the user escalate the chat session to a follow up email.
别名: @Escalate Email
类别: Examples, Self
Tags: examples, email, self
创建: Oct 7 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 321, 今天: 0, 周: 0, 一个月: 4
最后连接: Apr 19, 10:13
Pizza Bot
Pizza Bot
An example script 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.
别名: @Pizza Bot
类别: Self, Examples, Business
Tags: e-commerce, pizza, self, orders, examples
创建: Oct 13 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 316, 今天: 0, 周: 0, 一个月: 4
最后连接: Apr 17, 16:42
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.
别名: @About Me
类别: Response Lists, Examples
Tags: response list, examples
创建: Oct 7 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 307, 今天: 0, 周: 0, 一个月: 4
最后连接: Apr 15, 13: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.
别名: @Stock Quotes
类别: Self, Examples
Tags: stocks, examples, quotes, self, xml, web service
创建: Oct 15 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 297, 今天: 0, 周: 0, 一个月: 4
最后连接: Apr 20, 17:27
WhereIs (Wikidata)
WhereIs (Wikidata)
Wikidata location lookup script. This script will answer "Where is ..." style of questions by looking up the object in Wikidata and determining what it is contained by.
This is one of the bootstrap scripts.
别名: @WhereIs (Wikidata)
类别: Self, Bootstrap, Examples
Tags: utils, geospatial, self, wikidata, bootstrap, knowledge
创建: Oct 15 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 297, 今天: 0, 周: 0, 一个月: 4
最后连接: Apr 20, 3:09
Learn Emotions
Learn Emotions
This is an example AIML script that uses AIML sets, and a self tag to dynamically add words to the set.
别名: @Learn Emotions
类别: Examples, AIML
Tags: learning, aiml, examples
创建: Feb 8 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 188, 今天: 0, 周: 0, 一个月: 4
最后连接: Apr 19, 21:38
Animals
Animals
A response list that can be used to import some basic info on animals.
别名: @Animals
类别: Response Lists, Examples
Tags: animals, response list
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 168, 今天: 0, 周: 0, 一个月: 4
最后连接: Apr 20, 4:47
GeoNames Response List Example
GeoNames Response List Example
An example response list that calls the GeoNames web service.
别名: @GeoNames Response List Example
类别: Response Lists, Examples
Tags: web service, self, response list, xml
创建: Dec 18 2020, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 113, 今天: 0, 周: 0, 一个月: 4
最后连接: Apr 21, 11:39
Remember Me
Remember Me
A set of responses remembering general info about the user.
别名: @rememberme
类别: Response Lists, Examples
Tags: response list, examples
创建: May 26 2021, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 111, 今天: 0, 周: 0, 一个月: 4
最后连接: Apr 15, 15:29
Book Appointment
Book Appointment
A script for letting the bot book appointments or service calls in your Google Calendar.
别名: @Book Appointment
类别: Examples, Self
Tags: calendar, self, examples, booking, appointments, virtual assistant, customer service, google calendar
创建: Nov 2 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 343, 今天: 0, 周: 0, 一个月: 3
最后连接: Apr 20, 17:29
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.
别名: @Bulk SMS
类别: Examples, Self
Tags: examples, self, sms
创建: Oct 7 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 309, 今天: 0, 周: 0, 一个月: 3
最后连接: Apr 15, 13:31
HTML Scraping
HTML Scraping
An example of using a Template to scrape HTML data from a webpage.
别名: @HTML Scraping
类别: Examples, Response Lists
Tags: examples, response list, self, html scraping
创建: Oct 13 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 307, 今天: 0, 周: 0, 一个月: 3
最后连接: Apr 16, 13:43
Wikiquote Scraping
Wikiquote Scraping
This script shows an example of scraping data from Wikiquote.
别名: @Wikiquote Scraping
类别: Self, Examples
Tags: self, wikiquote, examples, html
创建: Oct 15 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 286, 今天: 0, 周: 0, 一个月: 3
最后连接: Apr 15, 13:24
Interview Bot
Interview Bot
An example script for a n HR interview bot. This script will ask a potential new employee a set of interview questions, and email the results to your HR email. You could deploy a bot using this script to any service such as web, mobile, Facebook, Telegram, etc.
别名: @Interview Bot
类别: Self, Examples
Tags: hr, career, examples, interview, self
创建: Mar 24 2017, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 272, 今天: 0, 周: 0, 一个月: 3
最后连接: Apr 18, 9:44
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.
别名: @Order Pizza
类别: Response Lists, Examples
Tags: orders, e-commerce, examples, pizza, response list
创建: Apr 11 2018, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 241, 今天: 0, 周: 0, 一个月: 3
最后连接: Apr 15, 13:01
AIML Wikipedia Search
AIML Wikipedia Search
This script gives an example of how to search wikipedia.
别名: @AIML Wikipedia Search
类别: AIML2, AIML, Examples
Tags: examples, search, xml, wikipedia, sraix, aiml, xpath
创建: Feb 8 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 199, 今天: 0, 周: 0, 一个月: 3
最后连接: Apr 18, 4:14
Sentiment Response
Sentiment Response
This script gives a different response to the user's question based on the sentiment of their phrase.
别名: @Sentiment Response
类别: Examples, Self
Tags: sentiment, self, examples
创建: Feb 8 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 188, 今天: 1, 周: 1, 一个月: 3
最后连接: Today, 20:59
Wikipedia Search
Wikipedia Search
An example Self script that searches Wikipedia.
别名: @Wikipedia Search
类别: Examples, Self
Tags: xpath, search, xml, wikipedia, examples, web service, self
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 172, 今天: 1, 周: 1, 一个月: 3
最后连接: Today, 6:42
YouTube Search
YouTube Search
This is an example script that searches YouTube for a video using the Google YouTube search API. Note, you require a Google API key to call the API. https://developers.google.com/youtube/v3/docs/search/list
别名: @YouTube Search
类别: Self, Examples
Tags: json, self, web service, google, youtube, examples
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 153, 今天: 0, 周: 0, 一个月: 3
最后连接: Apr 19, 7:24
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
别名: @JSON Bot Service
类别: Self, Examples
Tags: bot service, web service, json, command, examples
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 152, 今天: 0, 周: 0, 一个月: 3
最后连接: Apr 15, 13:55
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
别名: @musicstreaming
类别: Examples, Response Lists
Tags: music, response list, examples
创建: Dec 17 2020, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 114, 今天: 0, 周: 0, 一个月: 3
最后连接: Apr 16, 9:40
Simple Addition
Simple Addition
This script can perform basic math using a state machine.
别名: @Simple Addition
类别: Math, Examples, Self
Tags: math, self
创建: Dec 18 2020, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 97, 今天: 0, 周: 0, 一个月: 3
最后连接: Apr 20, 6:28
Count Words
Count Words
This example script show how to count the words in a sentence.
别名: @Count Words
类别: Self, Examples
Tags: example, self
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 172, 今天: 0, 周: 0, 一个月: 2
最后连接: Apr 19, 6:35
Example CSV
Example CSV
An example CSV (comma separated values) file. CSV files can be imported as data into a bot's knowledge base, or can be parsed from the web or file upload in Self using Http.requestCSV(url)
别名: @Example CSV
类别: CSV, Examples, Data
Tags: knowledge, data, csv, examples
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: CSV
连接: 166, 今天: 0, 周: 0, 一个月: 2
最后连接: Apr 18, 11:30
Mailing List
Mailing List
This script gives an example of a mailing list bot that sends email notifications of new blog posts using a timer function.
别名: @Mailing List
类别: Examples, Self
Tags: examples, self, timer, email
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 156, 今天: 0, 周: 0, 一个月: 2
最后连接: Apr 19, 4:15
Music Streaming Website
Music Streaming Website
This website provides example embed code for the Music Streaming Bot. It contains JavaScript code that checks for response commands and plays music through the streaming service, https://rfcmedia.streamguys1.com/
别名: @musicstreamingwebsite
类别: Examples, Website, Programming Language, HTML
Tags: examples, music, html, website
创建: Dec 17 2020, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: HTML
连接: 130, 今天: 0, 周: 0, 一个月: 2
最后连接: Apr 17, 22:56
Ask Brain Bot
Ask Brain Bot
This is an example script that uses Self to invoke the Bot Libre API to forward a question to another bot.
别名: @Ask Brain Bot
类别: Self, Examples
Tags: examples, self
创建: Dec 18 2020, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 126, 今天: 0, 周: 0, 一个月: 2
最后连接: Apr 15, 8:40
Paragraphs
Paragraphs
This script shows how to create a paragraph object to return responses that are greater than 1k of text.
别名: @paragraphs
类别: Examples, Self
Tags: exodus, self, examples, paragraphs
创建: Aug 14 2020, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 124, 今天: 0, 周: 0, 一个月: 2
最后连接: Apr 18, 14:27
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.
别名: @petstore
类别: Response Lists, Business, Examples
Tags: response list, examples, e-commerce, business
创建: Dec 17 2020, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 122, 今天: 0, 周: 0, 一个月: 2
最后连接: Apr 15, 13:31
Auto Repair
Auto Repair
An example response list for an auto repair shop. You could deploy a bot using this script to any service such as web, mobile, Facebook, Telegram, etc.
别名: @autorepair
类别: Response Lists, Business, Examples
Tags: response list, examples, e-commerce, orders
创建: Nov 6 2020, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 120, 今天: 0, 周: 0, 一个月: 2
最后连接: Apr 19, 1:53
Remind Me
Remind Me
Ask your bot to remind you and for your reminders.
别名: @remindme
类别: Examples, Response Lists
Tags: response list, examples
创建: May 27 2021, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 106, 今天: 0, 周: 0, 一个月: 2
最后连接: Apr 15, 13:03
About Famous People Script
About Famous People Script
A script that can answer questions about famous people using Wikidata.
别名: @aboutfamouspeoplescript
类别: Self, Examples
Tags: self, knowledge, examples
创建: Jun 14 2021, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 95, 今天: 0, 周: 0, 一个月: 2
最后连接: Apr 18, 2:38
GeoNames JSON Response List Example
GeoNames JSON Response List Example
An example response list that calls the GeoNames web service.
别名: @GeoNames JSON Response List Example
类别: Examples, Response Lists
Tags: response list, self, web service, json
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 164, 今天: 0, 周: 0, 一个月: 1
最后连接: Apr 2, 2:34
Music Streaming Website
Music Streaming Website
This website provides example embed code for the Music Streaming Bot. It contains JavaScript code that checks for response commands and plays music through the streaming service, https://rfcmedia.streamguys1.com/
别名: @musicstreamingwebsite-admin
类别: Examples, HTML, Website, Programming Language
Tags: examples, website, music, html
创建: Dec 18 2020, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: HTML
连接: 112, 今天: 0, 周: 0, 一个月: 1
最后连接: Apr 4, 3:17
Bank Branch
Bank Branch
An example response list for a bank branch. You could deploy a bot using this script to any service such as web, mobile, social media, IOT.
别名: @bankbranch
类别: Response Lists, Business, Examples
Tags: business, banking, response list, examples
创建: Dec 18 2020, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 105, 今天: 0, 周: 0, 一个月: 1
最后连接: Apr 6, 14:29
Image Classifier Website
Image Classifier Website
This website provides example code for accessing the Bot Libre Analytic API from JavaScript.
别名: @imageclassifierwebsite
类别: Programming Language, Examples, HTML, Website
Tags: analytics, examples, api, website, html
创建: Apr 9 2021, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: HTML
连接: 94, 今天: 0, 周: 1, 一个月: 1
最后连接: Yesterday, 4:57
Conversation Flow
Conversation Flow
This template gives an example of how to train a bot using a conversation flow.
别名: @conversationflow
类别: Examples
Tags: response list, conversation flow, examples
创建: Feb 11 2021, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 85, 今天: 0, 周: 0, 一个月: 1
最后连接: Apr 6, 15:01
Category Identification
Category Identification
This script gives a simple example of using objects in Self to define and use information.
别名: @Category Identification
类别: Self, Examples
Tags: examples, self
创建: Dec 18 2020, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 103, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 30, 2:15
Electronics Store
Electronics Store
An example response list for an electronics store. You could deploy a bot using this script to any service such as web, mobile, social media, IOT.
别名: @electronicsstore
类别: Response Lists, Business, Examples
Tags: business, examples, response list, e-commerce
创建: Dec 18 2020, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 95, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 18, 7:26
Paragraphs
Paragraphs
This script shows how to create a paragraph object to return responses that are greater than 1k of text.
别名: @paragraphs-admin
类别: Self, Examples
Tags: exodus, paragraphs, examples, self
创建: Dec 18 2020, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 95, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 22, 8:18
About Famous People
About Famous People
A response list that can answer questions about famous people using Wikidata.
别名: @aboutfamouspeople
类别: Examples, Response Lists
Tags: response list, knowledge, examples
创建: Jun 14 2021, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 93, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 28, 14:23