Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for dynamic entity value matching #205

Closed
wants to merge 1 commit into from

Commits on Oct 9, 2019

  1. Adds support for dynamic entity value matching

    In order to support matching of dynamic entity values, this commit introduces to changes.
    
    First, it adds a `context` property to each predicted utterance from the NLU service, including a `timestamp` value for when the prediction request was made.
    
    Second, it adds a mechanism to include inline scripts, which are evaluated at runtime with Roslyn.
    
    Fixes microsoft#204
    rozele committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    e498a11 View commit details
    Browse the repository at this point in the history