-
Updated
Jan 22, 2021 - TypeScript
chatbot-framework
Here are 192 public repositories matching this topic...
-
Updated
Jun 5, 2019 - Python
-
Updated
Oct 19, 2020 - C#
-
Updated
Aug 3, 2018 - Elixir
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Feb 9, 2020 - PHP
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
Dec 9, 2020 - Ruby
-
Updated
Jul 26, 2020 - Go
-
Updated
Sep 12, 2020 - PowerShell
-
Updated
Jan 20, 2021 - Python
-
Updated
Dec 17, 2020 - TypeScript
We should probably start thinking of moving away from logrus in favor of zerolog for our Golang projects going forward. ZL is supposed to be faster, and have more functionality but IMO the big win is not having to worry about the Sirupsen sirupsen import collision that happens.
The performance benefits look to be somewha
Extend SSML helpers
Here are SSML helper functions that should be extended to covers all SSML features supported by Alexa and [Google Actions](https://developers.google.com/assistant/actions
Wit.ai support
Amazon Lex activator
-
Updated
Dec 6, 2020 - PHP
-
Updated
Dec 10, 2020 - HTML
-
Updated
May 16, 2020 - Python
-
Updated
Dec 15, 2020
-
Updated
Jul 20, 2017 - Java
-
Updated
Jan 9, 2018 - C#
-
Updated
Oct 23, 2020
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Dec 10, 2020 - Java
-
Updated
Sep 3, 2020 - TypeScript
-
Updated
Jan 27, 2019 - TypeScript
-
Updated
Jan 22, 2021 - PHP
Improve this page
Add a description, image, and links to the chatbot-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the chatbot-framework topic, visit your repo's landing page and select "manage topics."
Description:
I noticed the
typesAndWaitsuses thesleepmethod, but this only allows you to sleep whole seconds.Wouldn't it be better to use
usleep, so we can sleep for 2.5 seconds, or 0.5 seconds?I noticed the code moved from the BotMan class to the drivers, but the ch