An open API service indexing awesome lists of open source software.

https://github.com/botbuildercommunity/botbuilder-community-python

Part of the Bot Builder Community Project. Repository for extensions for the Microsoft Bot Builder Python SDK, including middleware, dialogs, recognizers and more.
https://github.com/botbuildercommunity/botbuilder-community-python

bot-framework chatbots hacktoberfest

Last synced: about 1 month ago
JSON representation

Part of the Bot Builder Community Project. Repository for extensions for the Microsoft Bot Builder Python SDK, including middleware, dialogs, recognizers and more.

Awesome Lists containing this project

README

        

# Bot Builder Community - Python Extensions

[![Build Status](https://dev.azure.com/BotBuilder-Community/python/_apis/build/status/BotBuilderCommunity.botbuilder-community-python?branchName=develop)](https://dev.azure.com/BotBuilder-Community/python/_build/latest?definitionId=4&branchName=develop) [![Coverage Status](https://coveralls.io/repos/github/BotBuilderCommunity/botbuilder-community-python/badge.svg?branch=HEAD)](https://coveralls.io/github/BotBuilderCommunity/botbuilder-community-python?branch=HEAD)

This repository is part of the Bot Builder Community Project and contains Bot Builder Extensions for the Python SDK, including middleware, dialogs, helpers and more. Other repos within the Bot Builder Community Project exist for extensions for [JavaScript](https://github.com/BotBuilderCommunity/botbuilder-community-js), [.NET](https://github.com/BotBuilderCommunity/botbuilder-community-dotnet), [Java](https://github.com/BotBuilderCommunity/botbuilder-community-java) and [tools](https://github.com/BotBuilderCommunity/botbuilder-community-tools) - you can find our other repos under [our GitHub organisation for the project](https://github.com/BotBuilderCommunity/).

To see a list of current extensions available for the Bot Builder Python SDK, use the links below to jump to a section
* [Dialogs & Prompts](#dialogs-and-prompts)

## Dialogs and Prompts
The following dialogs are currently available;

| Name | Description | Sample | PIP |
| ---- | ----------- | ------- | --- |
| [@botbuildercommunity/dialog-prompts](libraries/botbuilder-community-dialogs-prompts/README.md) | A variety of prompts using the [Microsoft Recognizers Text](https://github.com/microsoft/Recognizers-Text) suite, such as currency, temperature, age and dimension. | coming soon | [botbuilder-community-dialogs-prompts](https://pypi.org/project/botbuilder-community-dialogs-prompts/) |