Law Hui Sheng
Law Hui Sheng

Reputation: 355

Chatbot Visual Dialog Editor

We did some research on Azure Bot Framework and we found out that we need to use code to build our Chatbot dialog.

Does Microsoft or any of their Partners has something similar to IBM Watson Asssitant's visual dialog editor? Screencap: https://www.ibm.com/cloud/watson-assistant/assets/img/image_1.png

The visual dialog editor is very easy to use to create complex dialogues for their chatbot.

Thanks.

Upvotes: 0

Views: 172

Answers (2)

Steven Kanberg
Steven Kanberg

Reputation: 6393

This feature is currently under investigation with the Bot Framework team. There is no ETA at this time, so I would recommend staying update-to-date on new feature announcements. Some places to track news are the Bot Framework Blogs, Docs, and GitHub repo.

Alternatively, you can look at Conversation Learner as an option. As they state,

Project Conversation Learner enables you to build and teach conversational interfaces that learn from example interactions. Unlike traditional approaches, Project Conversation Learner considers the end-to-end context of a dialogue to help improve responses and deliver more compelling user experiences.

It is experimental and closed to the general public, however you can request an invitation (follow the above link) to join the project.

Hope of help!

Upvotes: 2

baruchiro
baruchiro

Reputation: 5841

I don't know about the "partners", but for now, Microsoft does not have a visual editor.

Upvotes: 1

Related Questions