-
Updated
May 4, 2021 - TypeScript
chatbot-framework
Here are 204 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
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
Feb 19, 2021 - Ruby
-
Updated
Jul 26, 2020 - Go
-
Updated
Sep 12, 2020 - PowerShell
-
Updated
Apr 9, 2021 - Python
-
Updated
Dec 17, 2020 - TypeScript
name: test
match: command
args:
- var1to
name: test
match: command
expose_args:
- var1This is consistent with expose_json_fields. So, any time we expose variable from within rules we would use the expose_ prefix.
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
May 3, 2021 - JavaScript
-
Updated
Dec 15, 2020
-
Updated
Apr 20, 2021 - HTML
-
Updated
May 16, 2020 - Python
-
Updated
Jul 20, 2017 - Java
-
Updated
Oct 23, 2020
-
Updated
Jan 9, 2018 - C#
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Mar 9, 2021 - TypeScript
-
Updated
Dec 10, 2020 - Java
-
Updated
May 3, 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