Skip to content
#

botkit

Here are 156 public repositories matching this topic...

benbrown
benbrown commented Feb 5, 2020

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

rasa
solyarisoftware
solyarisoftware commented Apr 30, 2020

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

kenkaigu
kenkaigu commented Aug 5, 2019

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

https://help.botpress.io/t/how-to-redirect-to-an-external-url-while-using-a-button-made-in-choice-skill/1791

This option will be really beneficial using choice skill buttons since at the moment, you can only add an ext

telegram-bot-sdk
bugada
bugada commented Mar 14, 2020

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

botfront
jeongmincha
jeongmincha commented Jan 16, 2020

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:

  1. Install choco
  2. Install meteor
  3. Install botfront using meteor npm install in Windows Powershell.

Expected behavior

benbrown
benbrown commented Feb 25, 2019

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
tonymobster
tonymobster commented Oct 29, 2016

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

Improve this page

Add a description, image, and links to the botkit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the botkit topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.