conversation
Here are 206 public repositories matching this topic...
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
May 27, 2020 - Python
-
Updated
Apr 5, 2020 - PHP
In access to the Game Play Button Reference, they found me. Ramswaroop. Jbot. Core. Facebook.. Models of game_metadata default Button
Button Syntax
`{
"type":"game_play",
"title":"Play",
"payload":"{<SERIALIZED_JSON_PAYLOAD>}",
"game_metadata": { // Only one of the below
"player_id": "<PLAYE
-
Updated
May 29, 2020 - TypeScript
-
Updated
Apr 8, 2020 - PHP
-
Updated
Jul 27, 2019 - JavaScript
-
Updated
Feb 29, 2020 - Ruby
-
Updated
May 13, 2020 - Python
-
Updated
Nov 19, 2019 - Swift
-
Updated
Feb 3, 2020
Review documentation
Add missing documentation for methods and prepare github pages for project documentation.
-
Updated
May 20, 2020 - Python
-
Updated
Jul 1, 2019 - Kotlin
-
Updated
Mar 17, 2020 - Java
-
Updated
Apr 30, 2018 - Python
-
Updated
Jun 6, 2019 - HTML
For message blocks where there is any valid URL, it should be converted to a clickable URL.
Current Behaviour
Expected Behaviour
(0.4)(0.4)/(0.25)=4
-
Updated
Apr 29, 2020 - Vue
-
Updated
Aug 8, 2019 - C#
-
Updated
Mar 4, 2019 - JavaScript
-
Updated
Mar 25, 2020 - PHP
@threadbot @otheruser should send the reply: @otheruser 👀
-
Updated
Feb 27, 2020 - Python
-
Updated
Dec 13, 2018 - Java
Improve this page
Add a description, image, and links to the conversation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the conversation topic, visit your repo's landing page and select "manage topics."

I am trying to integrate ChatterBot into my Django application, but I would like ChatterBot to work in a database other than the default.
Django itself gives you the option of model routing when you want to use multiple databases:
https://docs.djangoproject.com/en/2.1/topics/db/multi-db/
But even following the Django standard, ChatterBot insists on running only on the default database.