-
Updated
Aug 17, 2021 - TypeScript
chatbot-framework
Here are 216 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
May 4, 2021 - JavaScript
-
Updated
May 18, 2021 - Ruby
-
Updated
Jul 26, 2020 - Go
-
Updated
Aug 15, 2021 - PowerShell
The gort group revoke
command should allow the addition of multiple roles (for parity with cogctl
)
(From docker run -it operable/cogctl:alpine-1.0.1 cogctl group revoke --help
)
Usage: cogctl group revoke [OPTIONS] GROUP ROLES...
Revoke one or more roles from a group.
Options:
--yes Confirm the action without prompting.
--help Show this message and exit.
-
Updated
Aug 5, 2021 - Python
-
Updated
Dec 17, 2020 - TypeScript
name: test
match: command
args:
- var1
to
name: test
match: command
expose_args:
- var1
This is consistent with expose_json_fields
. So, any time we expose variable from within rules we would use the expose_
prefix.
-
Updated
Aug 17, 2021 - PHP
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
-
Updated
Dec 6, 2020 - PHP
-
Updated
Jul 31, 2021 - JavaScript
-
Updated
Aug 6, 2021
-
Updated
May 16, 2020 - Python
-
Updated
Aug 10, 2021 - HTML
-
Updated
Jul 20, 2017 - Java
-
Updated
Jul 16, 2021
-
Updated
Jul 2, 2021 - TypeScript
-
Updated
Jan 9, 2018 - C#
-
Updated
Sep 2, 2020 - JavaScript
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
typesAndWaits
uses thesleep
method, 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