microsoft / ConversationLearner-SDK

An SDK for ConversationLearner. REPOSITORY MOVED
https://github.com/microsoft/conversationlearner
MIT License
26 stars 9 forks source link

fix: recompute action conditions when fetching dialog activities #510

Closed mattmazzola closed 5 years ago

mattmazzola commented 5 years ago

There was bug with conditions not being re-computed when fetching the dialog activities. This fixes the bug for existing EnumConditions and also adds support for upcoming ValueConditions.

Can see when changing label from "2" (number which means low condition) to "80" number no longer satisfying the low condition and error shown. image

mattmazzola commented 5 years ago

:tada: This PR is included in version 0.338.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: