microsoft / BotBuilder-Samples

Welcome to the Bot Framework samples repository. Here you will find task-focused samples in C#, JavaScript/TypeScript, and Python to help you get started with the Bot Framework SDK!
https://github.com/Microsoft/botframework
MIT License
4.36k stars 4.87k forks source link

[Feature Request] Interactive Fiction #3767

Closed AdamSobieski closed 2 years ago

AdamSobieski commented 2 years ago

I would like to request a Bot Builder sample which showcases uses of dialog systems, perhaps spoken-language varieties, as conversational user interfaces for interactive fiction games.

Classic examples of interactive fiction games include Colossal Cave Adventure and Zork. Perhaps dialog-system-based interactive-fiction games would be enjoyable to develop and would delight end-users who could, thanks to the Bot Framework, play across a number of communication channels using one of a number of devices.

Thank you for considering these topics for a new Bot Builder sample.

stevkan commented 2 years ago

@AdamSobieski - thank you for the suggestion.

However, the purpose of the provided samples is to demonstrate how a developer can utilize the various libraries of the BotFramework SDK. For example, adding component dialogs, sending an activity or event, connecting QnA/LUIS (and how to pass/receive data from those services), or sending a task module in Teams.

The samples are not meant to demonstrate the different kinds of bots that can be built from the SDK. The actual construction of the bots is left to the developer to design, build, and publish.