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


12 النتائج.

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
يربط: 218, اليوم: 0, الأسبوع: 5, الشهر: 10
آخر الاتصال: Yesterday, 20:33
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.
الاسم المستعار: @Animals Set
فئات: JSON, Data
Tags: data, set, json, animals
خلق: Feb 19 2019, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: JSON
يربط: 217, اليوم: 0, الأسبوع: 5, الشهر: 10
آخر الاتصال: Yesterday, 9:37
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, wolframalpha, json, examples, web service
خلق: Dec 18 2020, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 102, اليوم: 0, الأسبوع: 2, الشهر: 9
آخر الاتصال: Yesterday, 20:35
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
يربط: 200, اليوم: 0, الأسبوع: 3, الشهر: 8
آخر الاتصال: Yesterday, 20:44
StockQuote
StockQuote
Self script that adds stock quoting functionality to your bot. Pulls data from https://iexcloud.io/docs/api/ using your own API key. Offers functionalities such as live price, 52 week high and low, day bid-ask, and various volumes. Depending on your tier of API key more detailed information can easily be added to the script.
الاسم المستعار: @stockquote
فئات: Self
Tags: quote, stock market, finance, stock quotes, stock, self, json, web service
خلق: Oct 29 2020, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 141, اليوم: 0, الأسبوع: 2, الشهر: 7
آخر الاتصال: Apr 25, 1:26
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
يربط: 306, اليوم: 0, الأسبوع: 2, الشهر: 6
آخر الاتصال: Apr 24, 22:56
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
يربط: 155, اليوم: 0, الأسبوع: 3, الشهر: 6
آخر الاتصال: Yesterday, 20:42
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
يربط: 168, اليوم: 0, الأسبوع: 4, الشهر: 5
آخر الاتصال: Yesterday, 11:43
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
فئات: Examples, Self
Tags: json, self, web service, google, youtube, examples
خلق: Feb 19 2019, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 155, اليوم: 0, الأسبوع: 2, الشهر: 5
آخر الاتصال: Yesterday, 11:55
ChatGPT
ChatGPT
This Self script can be used to access the GPT-3.5 (ChatGPT) API from Open AI. GTP-3.5 is a chat optimized text generative LLM (large language model), and has been train on a large set of multi language text and and responds to many types of questions and queries. This script requires that you enter your Open AI Playground API key.
الاسم المستعار: @chatgpt
فئات: Self
Tags: llm, json, gpt-3, self, web service, open ai, gpt, text generation, deep learning, ai, artificial intelligence
خلق: Apr 3 2023, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 43, اليوم: 0, الأسبوع: 2, الشهر: 3
آخر الاتصال: Yesterday, 21:46
Dialogflow
Dialogflow
This Self script can be used to access the Dialogflow API from Google. Dialogflow is a platform developed by Google for building conversational interfaces, such as chatbots and voice assistants.
الاسم المستعار: @dialogflow
فئات: Self
Tags: deep learning, artificial intelligence, google, self, chatbot, json, web service, ai
خلق: Apr 27 2023, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 34, اليوم: 0, الأسبوع: 2, الشهر: 3
آخر الاتصال: Yesterday, 18:42
Bearer Authentication
Bearer Authentication
This script shows an example of calling a web service that uses bearer authentication.
الاسم المستعار: @bearerauthentication
فئات: Self
Tags: authentication, web service, json, bearer
خلق: Apr 3 2023, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 18, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: Apr 24, 22:56