adaptive-expressions
TypeScript icon, indicating that this package has built-in type declarations

4.22.2 • Public • Published

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

yarn
yarn build
yarn test

If you changed the g4 file, please use antlr-build-expression and antlr-build-commonregex to generate latest lexer/parser. By the way, You will need to have a modern version of Java (>= JRE 1.6) to use it.

Package Sidebar

Install

npm i adaptive-expressions

Weekly Downloads

44,998

Version

4.22.2

License

MIT

Unpacked Size

8.15 MB

Total Files

1171

Last publish

Collaborators

  • botframework
  • sgellock
  • cwhitten