You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Increased support for environment variables at the application level. Supported environment variables, configuration file values, and values from any other source (e.g. from a database).
Framework initialization moved to separate init method.
Unique session id is now calculated as a combination of pageId and senderId.
APIAI_ACCESS_TOKEN is deprecated, use DIALOGFLOW_ACCESS_TOKEN instead.