Bot V3 Search Select Result Sample

A sample bot project where a users initiaties a search and selects a result
Alternatives To Bot V3 Search Select Result Sample
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Ecommerce Chatbot84
5 years agomitJavaScript
An example of a chatbot built with Microsoft Bot Framework and featuring e-commerce capabilities via Moltin, Azure Search, Recommendations API, and LUIS
Go Adbbot47
9 months agoMay 24, 20211mitGo
android bot based on adb and golang
Mybot30
2 years ago1mitJavaScript
🧠 Create chatbots easily with Bot Framework! 🤖
Metagon10
a year ago3bsd-3-clauseJavaScript
A multi-platform bot that brings you nice images, useful tools, and endless fun!
Bot Framework V4 With Azure Search4
4 years agoHTML
This is a demo for Azure Search with Bot Framework v4 C# application.
Phinder4
7 years agomitJavaScript
Yet another photo finder bot
Bot V3 Search Select Result Sample3
5 years ago1mitC#
A sample bot project where a users initiaties a search and selects a result
Alternatives To Bot V3 Search Select Result Sample
Select To Compare


Alternative Project Comparisons
Readme

Bot Search and Select Result Sample

Having a users select from a list of items is a relatively common scenario for bots. However, the implementation of this scenario requires a relatively complex chain of Dialogs with data being passed between them both in terms of the user's initial query and the chosen result coming back down the chain.

This repository contains a simple example of such an implementation. It uses a simple IDialog which initiates the process in response to any message but this could easily be substituted with a LuisDialog fr handling different intents.

The sample is a simple Bot Application created from the BotBuilder template. The interesting bits start at RootDialog.cs.

This is the basic flow this sample achieves.

Bot search results conversation

Popular Search Projects
Popular Bot Framework Projects
Popular Computer Science Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C Sharp
Search
Bot Framework