botkit
Here are 156 public repositories matching this topic...
I propose this topic as feature request, but it's also a documentation issue, as lack of details in user guide paragraph: https://rasa.com/docs/rasa/core/actions/#custom-actions.
What specified in paragraph Execute Actions in Other Code is obscure to me, and details at the API documentation link [Action Server](]https://rasa.com/docs/rasa/api/acti
My feature request is to include an option on a button made from choice skill, to redirect a link to an external url...
Here's a detailed explanation including screenshots
This option will be really beneficial using choice skill buttons since at the moment, you can only add an ext
-
Updated
Jun 5, 2019 - Python
According to the documentation in ChatMember class
@method string getStatus() (Optional). The member's status in the chat. Can be “creator”, “administrator”, “member”, “left” or “kicked”
getStatus() should return the member's status, but actually there is a conflicting getStatus() in BaseObject that returns the status of the request.
As a workaround, get('status') re
We currently only have event types for file and image, but we should also have a video type to handle things like mp4.
Describe the bug
Cannot use 'cp' command while installing it on Windows.
It is needed to replace 'cp' with 'copy' in scripts written in package.json if an user wants to install botfront on Windows machine.
To Reproduce
Steps to reproduce the behavior:
- Install choco
- Install meteor
- Install botfront using
meteor npm installin Windows Powershell.
Expected behavior
-
Updated
May 21, 2018 - TypeScript
We should add documentation about making calls to controller.studio.runTrigger.
The following code should be added to the bot.js file, in addition to configuring the controller with the studio_command_url parameter:
// This captures and evaluates any message sent to the bot as a DM
// or sent to the bot in the form "@bot message" and passes it to
// Botkit Studio to evaluate for t
-
Updated
Jun 25, 2020 - JavaScript
-
Updated
Apr 8, 2020 - JavaScript
Contribution guide
I think a contribution section should be added to the readme to walk new users through things like:
- adding a new command
- adding a new scheduled job
- calling slack api methods and highlight interesting ones
- highlight interesting slack events they might want to respond to
- how to get user or channel IDs
- how to reply privately, publicly or initiate a conversation
- e
I got the feedback of someone having difficulties debug from VSCode
We should add a section covering this
- do NOT use .env when debugging from VSCode
- provide an example of .vscode/launch.json file ready to fill with the developer secret
-
Updated
May 3, 2019 - JavaScript
-
Updated
May 16, 2020 - JavaScript
-
Updated
Jan 11, 2016 - JavaScript
-
Updated
Apr 11, 2019 - JavaScript
-
Updated
Jun 26, 2020 - Python
-
Updated
Jan 18, 2019 - JavaScript
Would like to improve the documentation a little further, areas of improvement:
- More examples and details with links to discord.js counterparts under each section
- RichEmbed
- Attachments
- Text / DM (Need this still)
- Voice
- Add more real use examples, especially robust ones
- Show case more examples/recipes for different events available to
-
Updated
Jun 15, 2020 - JavaScript
-
Updated
Nov 22, 2016 - JavaScript
Improve this page
Add a description, image, and links to the botkit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the botkit topic, visit your repo's landing page and select "manage topics."
A customer has requested an automatic translation of cards and suggested actions - like those created using Bot Framework's MessageFactory - into the appropriate Facebook format.
Currently the Facebook adapter requires cards to be written in the native Facebook format and placed in channelData.
Ideally this would happen automatically within the adapter, though it may be necessary to implemen