The Wayback Machine - https://web.archive.org/web/20201130144345/https://github.com/topics/conversational-ui
Skip to content
#

conversational-ui

Here are 87 public repositories matching this topic...

Fab1en
Fab1en commented Aug 27, 2018

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.

botui.message.add({
	content: 'Hello World'
});
botui.message.add({
	content: 'Here is a picture : ![](https://www.google.fr/images/branding/g
botframework-solutions

Welcome to the Bot Framework Solutions repository which is the home for a set of templates and solutions to help build advanced conversational experiences using Azure Bot Service and Bot Framework. Microsoft Bot Framework is a comprehensive framework for building enterprise-grade conversational AI experiences.
  • Updated Nov 30, 2020
  • TypeScript
botfront
jeongmincha
jeongmincha commented Jan 16, 2020

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:

  1. Install choco
  2. Install meteor
  3. Install botfront using meteor npm install in Windows Powershell.

Expected behavior

YoniSchirris
YoniSchirris commented Feb 4, 2020

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

Improve this page

Add a description, image, and links to the conversational-ui topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.