Skip to content

Microsoft.Bot.Builder 3.2.0 nuget

Compare
Choose a tag to compare
@msft-shahins msft-shahins released this 24 Aug 00:27

Breaking Change

  • IField.FieldDescription is now a DescribeAttribute.
    Note: This is a breaking change if your bot is implementing its own Field class.

Changes

  • Improved card support in Form dialog
  • Making Incoming activity available in LuisDialog intent handlers
  • Add a mechanism to serialize incoming requests for a conversation
  • Add Luis resolution parser
  • Update connector to depend on Microsoft.Rest.ClientRuntime 2.3.2
  • General bug fixes