This website and apps are for sale. Only serious offers will be considered. Contact [email protected]

البحث مخطوطات


65 النتائج.
القادم | 1 | 2

Image Classifier Website
Image Classifier Website
This website provides example code for accessing the Bot Libre Analytic API from JavaScript.
الاسم المستعار: @imageclassifierwebsite
فئات: Programming Language, HTML, Examples, Website
Tags: api, examples, html, website, analytics
خلق: Apr 2 2021, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: HTML
يربط: 1769, اليوم: 3, الأسبوع: 18, الشهر: 58
آخر الاتصال: Today, 12:08
Example Website
Example Website
This is an example of a website you can build on Bot Libre, with free web hosting and subdomain.
الاسم المستعار: @Example Website
فئات: Examples, Website
Tags: examples, website
خلق: Oct 15 2015, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: HTML
يربط: 5783, اليوم: 2, الأسبوع: 19, الشهر: 54
آخر الاتصال: Today, 8:45
AIML HTML Scraping
AIML HTML Scraping
An example AIML script that scrapes data from an HTML webpage.
الاسم المستعار: @AIML HTML Scraping
فئات: AIML, Examples
Tags: aiml, examples, html scraping
خلق: Jun 24 2016, by: admin
ممتاز: 1, اعترض: 0, النجوم: 5.0
Language: AIML
يربط: 363, اليوم: 0, الأسبوع: 2, الشهر: 6
آخر الاتصال: Yesterday, 21:42
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
فئات: Self, Examples
Tags: self, examples, sms
خلق: Sep 19 2016, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 449, اليوم: 0, الأسبوع: 1, الشهر: 5
آخر الاتصال: May 16, 9:53
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: self, examples
خلق: May 12 2017, by: admin
ممتاز: 0, اعترض: 1, النجوم: 2.0
Language: Self
يربط: 322, اليوم: 0, الأسبوع: 1, الشهر: 4
آخر الاتصال: May 16, 9:58
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
فئات: Examples, Data, JSON
Tags: examples, data, json
خلق: Sep 19 2016, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: JSON
يربط: 539, اليوم: 0, الأسبوع: 1, الشهر: 3
آخر الاتصال: May 16, 9:53
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
فئات: Examples, Response Lists
Tags: examples, response list
خلق: Sep 16 2016, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Response List
يربط: 529, اليوم: 0, الأسبوع: 1, الشهر: 3
آخر الاتصال: May 16, 9:25
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
فئات: Examples, Data, CSV
Tags: knowledge, examples, data, csv
خلق: Sep 19 2016, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: CSV
يربط: 502, اليوم: 0, الأسبوع: 1, الشهر: 3
آخر الاتصال: May 16, 9:53
Heart Sutra - load
Heart Sutra - load
This script will load the text of the Heart Sutra into the bot's memory.
الاسم المستعار: @Heart Sutra - load
فئات: Self, Examples
Tags: self, examples
خلق: Aug 3 2015, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 452, اليوم: 0, الأسبوع: 1, الشهر: 3
آخر الاتصال: May 16, 9:16
Actions & Poses
Actions & Poses
A response list of common actions and pose responses, such as smile, laugh, sleep, etc.
الاسم المستعار: @Actions & Poses
فئات: Response Lists
Tags: examples, response list, actions, poses
خلق: Oct 4 2016, by: admin
ممتاز: 1, اعترض: 0, النجوم: 5.0
Language: Response List
يربط: 434, اليوم: 0, الأسبوع: 1, الشهر: 3
آخر الاتصال: May 16, 9:52
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, geospatial, examples, facebook, location
خلق: Oct 19 2017, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 360, اليوم: 0, الأسبوع: 1, الشهر: 3
آخر الاتصال: May 16, 9:22
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: examples, web service, json, bot service, command
خلق: Mar 28 2018, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 343, اليوم: 0, الأسبوع: 1, الشهر: 3
آخر الاتصال: May 16, 12:18
Telegram Location Request
Telegram Location Request
This script gives an example script for how to request and process the user's location in a Telegram Messenger bot.
الاسم المستعار: @Telegram Location Request
فئات: Self
Tags: self, geospatial, examples, telegram, location
خلق: Nov 21 2017, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 308, اليوم: 0, الأسبوع: 1, الشهر: 3
آخر الاتصال: May 16, 9:23
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
خلق: Jan 11 2015, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 722, اليوم: 0, الأسبوع: 1, الشهر: 2
آخر الاتصال: May 16, 9:16
AIML Wikipedia Search
AIML Wikipedia Search
This script gives an example of how to search wikipedia.
الاسم المستعار: @AIML Wikipedia Search
فئات: AIML, Examples, AIML2
Tags: aiml, examples, xml, sraix, wikipedia, search, xpath
خلق: Dec 9 2016, by: admin
ممتاز: 1, اعترض: 0, النجوم: 5.0
Language: AIML
يربط: 630, اليوم: 0, الأسبوع: 1, الشهر: 2
آخر الاتصال: May 16, 9:55
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
Tags: self, examples, orders, pizza, e-commerce
خلق: Jun 27 2016, by: admin
ممتاز: 2, اعترض: 1, النجوم: 4.0
Language: Self
يربط: 584, اليوم: 0, الأسبوع: 1, الشهر: 2
آخر الاتصال: May 16, 12:51
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: self, knowledge, examples
خلق: Sep 4 2015, by: admin
ممتاز: 2, اعترض: 0, النجوم: 5.0
Language: Self
يربط: 561, اليوم: 0, الأسبوع: 1, الشهر: 2
آخر الاتصال: May 16, 12:56
Heart Sutra
Heart Sutra
A script the recites the Heart Sutra line by line, in order.
الاسم المستعار: @Heart Sutra
فئات: Self, Examples
Tags: self, examples
خلق: Aug 3 2015, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 546, اليوم: 0, الأسبوع: 1, الشهر: 2
آخر الاتصال: May 16, 9:22
GeoNames AIML Example
GeoNames AIML Example
This shows how to access XML web services from AIML.
الاسم المستعار: @GeoNames AIML Example
فئات: AIML, Examples
Tags: aiml, examples, geography, xml, web service
خلق: May 27 2016, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: AIML
يربط: 543, اليوم: 0, الأسبوع: 0, الشهر: 2
آخر الاتصال: May 5, 8:08
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: emotion, examples, response list
خلق: Sep 28 2016, by: admin
ممتاز: 2, اعترض: 0, النجوم: 5.0
Language: Response List
يربط: 501, اليوم: 0, الأسبوع: 1, الشهر: 2
آخر الاتصال: May 16, 9:54
Book Appointment
Book Appointment
A script for letting the bot book appointments or service calls in your Google Calendar.
الاسم المستعار: @Book Appointment
فئات: Self, Examples
Tags: self, customer service, examples, calendar, google calendar, booking, appointments, virtual assistant
خلق: Oct 11 2016, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 481, اليوم: 0, الأسبوع: 1, الشهر: 2
آخر الاتصال: May 16, 9:25
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
فئات: Self, Examples
Tags: examples, web service, json, watson, auth
خلق: Mar 20 2017, by: admin
ممتاز: 0, اعترض: 1, النجوم: 2.0
Language: Self
يربط: 480, اليوم: 0, الأسبوع: 1, الشهر: 2
آخر الاتصال: May 16, 12:19
Escalate Email
Escalate Email
This script lets the user escalate the chat session to a follow up email.
الاسم المستعار: @Escalate Email
فئات: Self, Examples
Tags: self, examples, email
خلق: Jun 1 2016, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 479, اليوم: 0, الأسبوع: 1, الشهر: 2
آخر الاتصال: May 16, 12:55
Wikipedia Search
Wikipedia Search
An example Self script that searches Wikipedia.
الاسم المستعار: @Wikipedia Search
فئات: Self, Examples
Tags: self, examples, xml, web service, wikipedia, search, xpath
خلق: Dec 9 2016, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 459, اليوم: 0, الأسبوع: 1, الشهر: 2
آخر الاتصال: May 16, 9:55
SimpleLanguage
SimpleLanguage
This script will attempt to find the subject and predicate of a sentence.
الاسم المستعار: @SimpleLanguage
فئات: Self, Examples
Tags: self, examples, language
خلق: Jan 23 2015, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 455, اليوم: 0, الأسبوع: 1, الشهر: 2
آخر الاتصال: May 16, 9:20
Wolfram Alpha Example
Wolfram Alpha Example
This script allows requests to be forwarded to Wolfram Alpha for evaluation, and returns the result.
الاسم المستعار: @Wolfram Alpha Example
فئات: Self
Tags: self, examples, xml, web service, wolframalpha
خلق: Aug 29 2017, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 399, اليوم: 0, الأسبوع: 1, الشهر: 2
آخر الاتصال: May 16, 12:20
botframe-no-buttons
botframe-no-buttons
An example CSS stylesheet that can be used with a bot embedded using an iframe. This stylesheet hides the buttons.
الاسم المستعار: @botframe-no-buttons
فئات: Styles
Tags: examples, css
خلق: Feb 23 2016, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: CSS
يربط: 374, اليوم: 0, الأسبوع: 1, الشهر: 2
آخر الاتصال: May 16, 12:53
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
فئات: Self, Examples
Tags: self, examples, email, timer
خلق: May 12 2017, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 354, اليوم: 0, الأسبوع: 1, الشهر: 2
آخر الاتصال: May 16, 9:58
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: self, examples
خلق: Jun 24 2016, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 347, اليوم: 0, الأسبوع: 1, الشهر: 2
آخر الاتصال: May 16, 12:51
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
فئات: Examples, Response Lists
Tags: examples, response list, facebook
خلق: Jun 20 2017, by: admin
ممتاز: 1, اعترض: 0, النجوم: 5.0
Language: Response List
يربط: 326, اليوم: 0, الأسبوع: 1, الشهر: 2
آخر الاتصال: May 16, 12:40
Facebook Custom Template Script
Facebook Custom Template Script
This Self script 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 Script
فئات: Self
Tags: self, examples, facebook
خلق: Jun 20 2017, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 312, اليوم: 0, الأسبوع: 1, الشهر: 2
آخر الاتصال: May 16, 12:20
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, examples, telegram, groups, spam
خلق: Jun 21 2017, by: admin
ممتاز: 0, اعترض: 1, النجوم: 2.0
Language: Self
يربط: 306, اليوم: 0, الأسبوع: 1, الشهر: 2
آخر الاتصال: May 16, 12:21
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: self, examples, web service, json, google, youtube
خلق: Aug 20 2018, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 294, اليوم: 0, الأسبوع: 1, الشهر: 2
آخر الاتصال: May 16, 9:57
Sentiment Response
Sentiment Response
This script gives a different response to the user's question based on the sentiment of their phrase.
الاسم المستعار: @Sentiment Response
فئات: Self, Examples
Tags: self, examples, sentiment
خلق: Aug 24 2018, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 277, اليوم: 0, الأسبوع: 1, الشهر: 2
آخر الاتصال: May 16, 9:57
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.
الاسم المستعار: @learnemotions
فئات: AIML, Examples
Tags: aiml, examples, learning
خلق: Jan 15 2019, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: AIML
يربط: 266, اليوم: 0, الأسبوع: 1, الشهر: 2
آخر الاتصال: May 16, 9:56
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.
الاسم المستعار: @telegramforward
فئات: Self
Tags: self, examples, telegram, forward
خلق: Mar 11 2021, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 70, اليوم: 0, الأسبوع: 0, الشهر: 2
آخر الاتصال: May 10, 23:09
HTML Scraping
HTML Scraping
An example of using a Template to scrape HTML data from a webpage.
الاسم المستعار: @HTML Scraping
فئات: Examples, Response Lists
Tags: self, examples, response list, html scraping
خلق: Jun 24 2016, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Response List
يربط: 553, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: May 16, 12:50
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
فئات: Self, Examples
Tags: self, examples, sms
خلق: Jun 1 2016, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 472, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: May 16, 12:54
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: self, examples, xml, web service, stocks, quotes
خلق: Jun 1 2016, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 445, اليوم: 0, الأسبوع: 0, الشهر: 1
آخر الاتصال: May 1, 23:19
Wikiquote Scraping
Wikiquote Scraping
This script shows an example of scraping data from Wikiquote.
الاسم المستعار: @Wikiquote Scraping
فئات: Self, Examples
Tags: self, examples, html, wikiquote
خلق: Aug 13 2016, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 405, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: May 16, 13:27
Turing Test
Turing Test
A script that gives a Turing test.
الاسم المستعار: @Turing Test
فئات: Self, Examples
Tags: self, examples
خلق: Oct 23 2015, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 392, اليوم: 0, الأسبوع: 0, الشهر: 1
آخر الاتصال: May 2, 16:25
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: self, examples, hr, interview, career
خلق: Mar 24 2017, by: admin
ممتاز: 1, اعترض: 0, النجوم: 5.0
Language: Self
يربط: 387, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: May 16, 12:19
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
فئات: Examples, Response Lists, Business
Tags: examples, response list, orders, pizza, e-commerce
خلق: Mar 27 2018, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Response List
يربط: 386, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: May 16, 12:17
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.
الاسم المستعار: @Emotions and Sentiment
فئات: Response Lists
Tags: emotion, examples, response list, sentiment
خلق: Apr 3 2018, by: admin
ممتاز: 1, اعترض: 0, النجوم: 5.0
Language: Response List
يربط: 356, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: May 16, 12:18
Sequential responses
Sequential responses
This script cycles through a list of responses.
الاسم المستعار: @sequentialresponses
فئات: Examples
Tags: self, examples
خلق: Mar 16 2020, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 191, اليوم: 0, الأسبوع: 0, الشهر: 1
آخر الاتصال: May 1, 14:45
Audio Video Rich Responses
Audio Video Rich Responses
Examples of how to return audio, video, and rich HTML responses.
الاسم المستعار: @audiovideorichresponses
فئات: Response Lists
Tags: examples, response list, video, audio
خلق: Jun 18 2020, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Response List
يربط: 150, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: May 16, 13:29
Conversation Flow
Conversation Flow
This template gives an example of how to train a bot using a conversation flow.
الاسم المستعار: @conversationflow
فئات: Examples, Response Lists
Tags: examples, response list, conversation flow
خلق: Aug 11 2020, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Response List
يربط: 121, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: May 16, 13:28
Paragraphs
Paragraphs
This script shows how to create a paragraph object to return responses that are greater than 1k of text.
الاسم المستعار: @paragraphs
فئات: Self, Examples
Tags: self, examples, paragraphs, exodus
خلق: Aug 14 2020, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 93, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: May 16, 13:28
Car Rental Agency
Car Rental Agency
An example response list for a car rental agency. You could deploy a bot using this script to any service such as web, mobile, social media, IOT. This response list also require the script, "Car Rental Sript" https://www.botlibre.com/script?id=38248161
الاسم المستعار: @carrentalagency
فئات: Examples, Response Lists, Business
Tags: examples, response list, e-commerce, business
خلق: Apr 19 2021, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Response List
يربط: 81, اليوم: 0, الأسبوع: 0, الشهر: 1
آخر الاتصال: May 1, 11:14
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: examples, response list, music
خلق: Dec 17 2020, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Response List
يربط: 81, اليوم: 0, الأسبوع: 0, الشهر: 1
آخر الاتصال: May 2, 19:35
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
فئات: Examples, Response Lists, Business
Tags: examples, response list, business, banking
خلق: Dec 18 2020, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Response List
يربط: 78, اليوم: 0, الأسبوع: 0, الشهر: 1
آخر الاتصال: May 3, 15:27
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
فئات: Programming Language, HTML, Examples, Website
Tags: examples, html, website, music
خلق: Dec 16 2020, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: HTML
يربط: 75, اليوم: 0, الأسبوع: 0, الشهر: 1
آخر الاتصال: May 7, 22:36
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
فئات: Examples, Response Lists, Business
Tags: examples, response list, e-commerce, business
خلق: Dec 16 2020, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Response List
يربط: 70, اليوم: 0, الأسبوع: 0, الشهر: 1
آخر الاتصال: May 1, 5:42
Image List Responses
Image List Responses
Examples of how to return choices, or lists of items with images.
الاسم المستعار: @imagelistresponses
فئات: Response Lists
Tags: examples, response list, html, rich
خلق: Jun 14 2021, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Response List
يربط: 59, اليوم: 0, الأسبوع: 0, الشهر: 1
آخر الاتصال: May 2, 21:50
Remember Me
Remember Me
A set of responses remembering general info about the user.
الاسم المستعار: @rememberme
فئات: Examples, Response Lists
Tags: examples, response list
خلق: May 26 2021, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Response List
يربط: 57, اليوم: 0, الأسبوع: 0, الشهر: 1
آخر الاتصال: May 2, 12:40
About Famous People
About Famous People
A response list that can answer questions about famous people using Wikidata.
الاسم المستعار: @aboutfamouspeople
فئات: Examples, Response Lists
Tags: knowledge, examples, response list
خلق: Jun 14 2021, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Response List
يربط: 30, اليوم: 0, الأسبوع: 0, الشهر: 1
آخر الاتصال: May 3, 18:07

القادم | 1 | 2