-
Updated
May 3, 2021 - TypeScript
conversational-ui
Here are 88 public repositories matching this topic...
-
Updated
May 4, 2021 - TypeScript
-
Updated
Apr 19, 2021 - JavaScript
-
Updated
May 3, 2021 - JavaScript
-
Updated
Apr 29, 2021 - TypeScript
-
Updated
Sep 15, 2020 - Python
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
Mar 15, 2021 - Swift
-
Updated
May 3, 2021 - Vue
-
Updated
Feb 1, 2021 - Vue
-
Updated
Nov 18, 2020 - JavaScript
-
Updated
Mar 15, 2021 - Kotlin
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Apr 29, 2021 - Java
-
Updated
Sep 10, 2017 - JavaScript
In my specific implementation, I am sending audio over the chatbot. After the audio is done playing, I want to display options to choose from.
It would be nice if Botonic has a pointer to the latest message, which is updated with the state of the message (e.g. 'typing', or 'sent').
Currently, i need to continuously check if the message element has already been rendered by passing it a c
-
Updated
Oct 20, 2018 - Go
-
Updated
Jan 10, 2019 - JavaScript
-
Updated
Mar 4, 2019 - JavaScript
-
Updated
Mar 3, 2021 - Swift
-
Updated
Nov 19, 2017 - JavaScript
-
Updated
Jan 20, 2018 - JavaScript
-
Updated
Mar 22, 2017 - JavaScript
-
Updated
Oct 12, 2020 - Java
Current Behaviour
On startup, the media resolver app tries to build an AWS client based on the config values and that fails if they are invalid which results in the app crashing
Expected Behaviour
The app should log that the configuration is invalid and not crash
Example configuration which produced the error
media-resolver:
storage:
s3:
key: "cha-
Updated
Jun 7, 2019 - TypeScript
-
Updated
Jun 6, 2018 - Kotlin
Improve this page
Add a description, image, and links to the conversational-ui topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the conversational-ui topic, visit your repo's landing page and select "manage topics."
I cannot reproduce this with the default usage of botui : the issue appears only when botui is part of a larger VueJS app.
When a markdown image is inserted in a message, it is immediately hidden if another message is displayed after.