Woordcheck

Check if the question has words in it which are also in a document.

created byPeter Wagenaar
Share

Skillset Chat

Chat with this skillset to see how it works.

Press + Enter to start the conversation

Skillset Abilities

Learn how this skillset works and how to use it.

  • Woordenscgat

    Fetch
    In order to fetch a document to check, you must use the following action. ```fetch GET https://api.example.com/documents/{document_id} HTTP/1.1 Authorization: Bearer {your_access_token} ``` Make sure to replace `{document_id}` with the ID of the document you want to fetch.
  • Check

    Controle
    To check the text you need to perform the following request: ```fetch GET https://reflect.site/g/studiobierkade/woordenschat/f0faf9aff26b4951afc0278475721583}?format=4 HTTP/1.1 User-Agent: curl/7.61.1 ``` Check if the words are on the page: ```fetch GET https://wttr.in/London?format=4 HTTP/1.1 User-Agent: curl/7.61.1 ``` Multiple locations can be requested like this: ```fetch GET https://wttr.in/{London,Paris}?format=4 HTTP/1.1 User-Agent: curl/7.61.1 ``` The response is a text document with weather information.
  • Che

    Check
    To get the text you need to perform the following request: ```fetch GET https://www.evernote.com/shard/s53/sh/18ca9d5b-c8e0-dbd4-15e3-3550b3a4842e/EwREGQ7rVsCOkgtZp9018Qbw9_F45Aox-V-KT7Mn5AzMPnY7Ek_xcmM5yA?format=4 HTTP/1.1 User-Agent: curl/7.61.1 ``` The {location} parameter could be any city. For example: ```fetch GET https://wttr.in/London?format=4 HTTP/1.1 User-Agent: curl/7.61.1 ``` Multiple locations can be requested like this: ```fetch GET https://wttr.in/{London,Paris}?format=4 HTTP/1.1 User-Agent: curl/7.61.1 ``` The response is a text document with weather information.

Integration Steps

Follow these three simple steps to add Woordcheck to your bot or any bespoke ChatBotKit integration.

1

Clone the Skillset

Clone the skillset to your account and add any customizations.

2

Create a Bot

Select the bot you want to connect to the skillset or create a new bot.

3

Connect the Skillset

Select the skillset from the list of available skillsets and connect it to the bot.

Frequently Asked Questions

What is Skillsets?

Skillsets is a feature in ChatBotKit that allows you to group related conversation abilities together. It enables you to organize your chatbot's functionality, making it easier to manage and maintain.

How do I create a new ability for a Skillset?

To create a new ability for a Skillset in ChatBotKit, follow these steps:

  1. Go to the Skillsets section of the ChatBotKit website.
  2. Select the Skillset you want to add an ability to.
  3. Click the "Create Ability" button.
  4. Enter the ability instruction.
  5. Click the "Create" button to save the new ability.

Can I update or delete an ability in a Skillset?

Yes, you can update or delete an ability in a Skillset in ChatBotKit. To update an ability, go to the Skillsets section of the ChatBotKit website, select the Skillset containing the ability you want to update, and make the desired changes to the ability. To delete an ability, go to the Skillsets section of the ChatBotKit website, select the Skillset containing the ability you want to delete, and click the "Delete" button next to the ability.