4.7.2-preview • Published 3 years ago

botframework-expressions v4.7.2-preview

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

Introduction

Bots, like any other application, require use of expressions to evaluate outcome of a condition based on runtime information available in memory or to the dialog or the language generation system.

Common expression language was put together to address this core need as well as to rationalize and snap to a common expression language that will be used across Bot Framework SDK and other conversational AI components that need an expression language.

More info

See API reference for Expression for API reference.

See Here for a complete list of prebuilt functions supported by the common expression language library.

develop

    npm install
    npm run build
    npm test