Microsoft.Bot.Builder 1.1.0.0 nuget
Breaking Change
- Rename some delegates and methods to be more consistent and to support dynamic field definition. Unless you were using Field or FieldReflector directly this should be transparent.
Changes
- Provide a way to dynamically define fields, confirmations and messages.
- Add FormCanceledException which provides information on what steps were completed and where the user quit.
- Add more flexibility on how parenthesis are used when generating prompts.
- Fix a number of bugs around initial state and LUIS entities.
- Extend chain model to support branching (Chain.Switch)
- Add support for resumption of a conversation
- Add Facebook OAuth Example
Link to updated Microsoft.Bot.Builder nuget