Skip to content

Commit 6162dbf

Browse files
authored
Merge pull request #25 from BotBuilderCommunity/develop
0.1.2
2 parents 23fe5a3 + 5e73740 commit 6162dbf

17 files changed

+10
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ The following dialogs are currently available;
1313

1414
| Name | Description | Sample | PIP |
1515
| ---- | ----------- | ------- | --- |
16-
| [@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 | coming soon |
16+
| [@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/) |

libraries/botbuilder-community-dialogs-prompts/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22

33
This is a (currently experimental) suite of dialog prompts that uses Microsoft's recognizer text suite to recognize certain types of input during a dialog prompt. Microsoft's Bot Framework team has implemented a handful of prompts using recognizers from the recognizer text suite. This library is meant to fill the gaps.
44

5-
> Currently, this library and subsequent PIP are experimental. Please use at your own risk. Feel free to test, debug, and submit pull requests if you come across any issues.
6-
75
## Installation
86

97
You can install this library via PIP:
108

11-
## Coming soon
9+
pip install botbuilder-community-dialogs-prompts
1210

1311
## Number with Unit
1412

0 commit comments

Comments
 (0)