搜索的脚本


250 结果,.
以前的 | | 1 | 2 | 3 | 4 | 5

Telegram Group Administrator
Telegram Group Administrator
This script gives an example Telegram script to let a bot administer a Telegram group. Bots can welcome new users, provide information, and delete offensive messages and spam.
别名: @Telegram Group Administrator
类别: Self
Tags: self, groups, examples, spam, telegram
创建: Jul 19 2017, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 423, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 11, 21:59
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.
别名: @Understanding
类别: Self, Bootstrap
Tags: understanding, bootstrap, self
创建: Oct 15 2016, by: admin
大拇指: 1, 拇指下: 0, 星星: 5.0
Language: Self
连接: 419, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 11, 21:56
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
连接: 418, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 11, 21:58
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.
别名: @Say It
类别: Self, Bootstrap
Tags: self, bootstrap, utils
创建: Oct 15 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 416, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 11, 21:47
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
连接: 415, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 11, 21:46
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
连接: 409, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 11, 21:26
Emotion Responses
Emotion Responses
A set of emotional tagged responses. Responses can be tagged with emotions to change the bot's avatar and mood.
别名: @Emotion Responses
类别: Response Lists
Tags: examples, response list, emotion
创建: Oct 7 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 407, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 11, 21:29
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
连接: 406, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:38
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
连接: 404, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 11, 21:57
Facebook Custom Template
Facebook Custom Template
This response list shows you how to use custom Facebook message templates. Facebook support several message templates that let your bot use more than text message replies. Bot Libre automatically translates HTML messages from your bot to Facebook templates, including buttons, links, images, and videos, but for some templates you may require a deeper level of access. Facebook allows a JSON template to be passed with a message to provide rich content. For a list of Facebook templates see, https://developers.facebook.com/docs/messenger-platform/send-api-reference/templates
别名: @Facebook Custom Template
类别: Response Lists
Tags: facebook, response list, examples
创建: Jul 19 2017, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 403, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 11, 21:25
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.

别名: @Vision
类别: Self
创建: Aug 25 2016, by: mike2016
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 401, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 11, 21:47
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.
别名: @Colors
类别: Data, JSON
Tags: json, colors, set, data
创建: Oct 7 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: JSON
连接: 399, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:39
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
连接: 399, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 11, 21:56
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
连接: 392, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 11, 21:55
Loop
Loop
Basic conversation loop detection script.
This is one of the bootstrap scripts. It should be first in the script order to catch all loops.
别名: @Loop
类别: Bootstrap, Self
Tags: self, bootstrap, utils
创建: Oct 15 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 391, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:29
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.
别名: @DateAndTime
类别: Bootstrap, Self
Tags: utils, bootstrap, self
创建: Oct 7 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 388, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 11, 21:57
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.
别名: @WhatIs (Wikidata)
类别: Self, Bootstrap
Tags: knowledge, self, bootstrap, utils
创建: Oct 15 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 382, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 11, 21:47
atomic (alice)
atomic (alice)
The atomic AIML script from the ALICE A.I. FOUNDATION. This script contains responses to common questions. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
别名: @atomic (alice)
类别: AIML, A.L.I.C.E.
Tags: aiml, small talk, alice
创建: Feb 8 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 374, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:25
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
连接: 369, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 11, 20:43
client_profile (alice)
client_profile (alice)
The client_profile AIML script from the ALICE A.I. FOUNDATION. This script contains responses for giving and learning info on the user. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
别名: @client_profile (alice)
类别: AIML, A.L.I.C.E.
Tags: alice, aiml
创建: Feb 8 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 368, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:25
ai (alice)
ai (alice)
The ai AIML script from the ALICE A.I. FOUNDATION. This script contains responses on the bot and AIML. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
别名: @ai (alice)
类别: AIML, A.L.I.C.E.
Tags: bot, aiml, alice
创建: Feb 8 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 357, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:24
emotions (alice)
emotions (alice)
The emotions AIML script from the ALICE A.I. FOUNDATION.
The emotions script is meant to be combined with the other alice AIML scripts for the full personality.
别名: @emotions (alice)
类别: A.L.I.C.E., AIML
Tags: aiml, alice
创建: Feb 8 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 352, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:24
that (alice)
that (alice)
The "that" AIML script from the ALICE A.I. FOUNDATION. This script contains context response to other questions from the ALICE scripts. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
别名: @that (alice)
类别: A.L.I.C.E., AIML
Tags: alice, aiml
创建: Feb 8 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 351, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:23
biography (alice)
biography (alice)
The biography AIML script from the ALICE A.I. FOUNDATION. This script contains answers to "who is" style questions of notable people. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
别名: @biography (alice)
类别: AIML, A.L.I.C.E.
Tags: alice, knowledge, aiml
创建: Feb 8 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 348, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:25
atomique_ed (french)
atomique_ed (french)
atomique_ed French AIML script from ALICE A.I. Foundation. This script contains some responses to common phrases and is meant to be combine with the other french AIML scripts for the full personality.
别名: @atomique_ed (french)
类别: French Set, Language, AIML, French
Tags: french, aiml, common responses
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 326, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:23
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
连接: 310, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:38
Generic Intent Commands
Generic Intent Commands
Using generic arguments (ie: action, intent, uri, extra), these commands will add the functionality for your bot to send email, sms, set alarms etc on the device. See the Website link for a detailed tutorial. Load the whole script, choose the commands you want or use this as a guideline to create your own commands. Note: You will need permissions to send sms, set alarms and call a phone number directly
别名: @Generic Intent Commands
类别: Mobile Assistant, Response Lists
Tags: response list, assistant, commands, mobile, common responses
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 292, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 11, 21:27
gossip (alice)
gossip (alice)
The gossip AIML script from the ALICE A.I. FOUNDATION.
The gossip script is meant to be combined with the other alice AIML scripts for the full personality.
别名: @gossip (alice)
类别: AIML, A.L.I.C.E.
Tags: alice, aiml
创建: Feb 8 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 292, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:24
bot profile (alice)
bot profile (alice)
The bot profile AIML script from the ALICE A.I. FOUNDATION. This script answers basic questions about the bot. You need to set several bot variables for it to function. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
You can set a variable on your bot using Self while chatting with your bot:
&& set #gender to "female" on #self
or importing a chat log; script: set #gender to "female" on #self
别名: @bot profile (alice)
类别: A.L.I.C.E., AIML
Tags: aiml, alice, bot
创建: Feb 8 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 291, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 11, 21:03
history (alice)
history (alice)
The history AIML script from the ALICE A.I. FOUNDATION. This script contains a handful of responses on historical information. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
别名: @history (alice)
类别: AIML, A.L.I.C.E.
Tags: alice, aiml, bot
创建: Feb 8 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 291, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:23
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.
别名: @Email Commands
类别: Response Lists, Mobile Assistant
Tags: mobile, assistant, response list, commands, email
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 288, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:25
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
连接: 287, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:38
imponderables (alice)
imponderables (alice)
The history AIML script from the ALICE A.I. FOUNDATION. This script contains a random set of clever or funny questions and statements. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
别名: @imponderables (alice)
类别: AIML, A.L.I.C.E.
Tags: alice, jokes, aiml
创建: Feb 8 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 287, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:25
sara
sara
sara Spanish AIML script from ALICE A.I. Foundation.
This script contains the basic sara personality and is meant to be combine with the other sara AIML scripts for the full personality.
别名: @sara
类别: Spanish, Sara, Language, AIML
Tags: spanish, bot, aiml, alice, sara
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 286, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:24
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
连接: 286, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:38
inquiry
inquiry
The inquiry 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 alicebot personality.
别名: @inquiry
类别: AIML, A.L.I.C.E.
Tags: alice, aiml
创建: Feb 8 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 283, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:23
alice_default
alice_default
The default "*" pattern for the ALICE script set. This does a SRAI rediect to the "RANDOM PICKUP LINE" pattern which returns a random smalltalk phrase. This script should be last in you list of scripts, or if you want to enable heuristic response matching use this template as your bot's "default response" instead.
别名: @alice_default
类别: A.L.I.C.E., AIML
Tags: alice, aiml
创建: Feb 8 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 282, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:23
computers (alice)
computers (alice)
The computers AIML script from the ALICE A.I. FOUNDATION. This script contains general responses on computers and programming. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
别名: @computers (alice)
类别: AIML, A.L.I.C.E.
Tags: knowledge, aiml, alice, tech
创建: Feb 8 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 282, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:25
continuation (alice)
continuation (alice)
The continuation AIML script from the ALICE A.I. FOUNDATION. This script seems to be maintaining some sort of conversational stack, but I really have no idea what it is doing exactly. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
别名: @continuation (alice)
类别: AIML, A.L.I.C.E.
Tags: utils, alice, aiml
创建: Feb 8 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 282, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:21
sexo (sara)
sexo (sara)
Sara sexo Spanish AIML script from ALICE A.I. Foundation. This script contains some polite responses to sexual questions and is meant to be combine with the other sara AIML scripts for the full personality.
别名: @sexo (sara)
类别: Spanish, Language, AIML, Sara
Tags: sara, dating, spanish, aiml
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 282, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:24
drugs (alice)
drugs (alice)
The drugs AIML script from the ALICE A.I. FOUNDATION. This script contains basic responses for drug and narcotics related questions. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
别名: @drugs (alice)
类别: AIML, A.L.I.C.E.
Tags: alice, aiml, drugs
创建: Feb 8 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 281, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:21
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
连接: 281, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:25
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.
别名: @Facebook Location Request
类别: Self
Tags: self, facebook, geospatial, location, examples
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 280, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 11, 21:37
default (sara)
default (sara)
Sara default Spanish AIML script from ALICE A.I. Foundation. This script contains basic Spanish default phrases and is meant to be combine with the other sara AIML scripts for the full personality.
别名: @default (sara)
类别: Language, Sara, Spanish, AIML
Tags: spanish, aiml, sara, default phrases
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 279, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:23
Count Words
Count Words
This example script show how to count the words in a sentence.
别名: @Count Words
类别: Examples, Self
Tags: example, self
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 275, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:38
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.
别名: @SMS/Text Message Commands
类别: Mobile Assistant, Response Lists
Tags: response list, mobile, sms, text, assistant, commands
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 274, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:24
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.
别名: @Camera/Video Commands
类别: Response Lists, Mobile Assistant
Tags: camera, video, assistant, mobile, response list, photo, picture, commands
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 273, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:18
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
连接: 272, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 11, 21:05
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.
别名: @Open Common Apps Commands
类别: Response Lists, Mobile Assistant
Tags: response list, assistant, commands, mobile
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 272, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:24
default (alice)
default (alice)
The default AIML script from the ALICE A.I. FOUNDATION. This script contains general responses to many common types of questions. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
别名: @default (alice)
类别: A.L.I.C.E., AIML
Tags: aiml, common responses, small talk, default phrases, alice
创建: Feb 8 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 271, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:23
nombres (sara)
nombres (sara)
Sara nombres Spanish AIML script from ALICE A.I. Foundation. This script contains some naming understanding and is meant to be combine with the other sara AIML scripts for the full personality.
别名: @nombres (sara)
类别: AIML, Spanish, Language, Sara
Tags: names, spanish, aiml, sara
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 270, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 11, 21:36
stack (alice)
stack (alice)
The stack AIML script from the ALICE A.I. FOUNDATION. This script records the last eight topics in the converation. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
别名: @stack (alice)
类别: A.L.I.C.E., AIML
Tags: utils, alice, aiml
创建: Feb 8 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 270, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:23
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
连接: 269, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:18
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
类别: Examples, Self
Tags: bot service, web service, json, command, examples
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 268, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:37
No Conflict Generic Script
No Conflict Generic Script
Generic Commands that do not conflict with the specific command scripts.
别名: @No Conflict Generic Script
类别: Response Lists, Mobile Assistant
Tags: mobile, assistant, commands
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 267, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:21
sara_srai
sara_srai
Sara srai Spanish AIML script from ALICE A.I. Foundation. This script contains some reductions to common phrases and is meant to be combine with the other sara AIML scripts for the full personality.
别名: @sara_srai
类别: Sara, Language, Spanish, AIML
Tags: reduction, spanish, sara, aiml
创建: Feb 19 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 264, 今天: 0, 周: 1, 一个月: 5
最后连接: Feb 12, 0:21

以前的 | | 1 | 2 | 3 | 4 | 5