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
Fix #1344, by updating README.md and adding validation logic for userID props, in #1447
If userID props present and also embedded in Direct Line token, will use the one from Direct Line token
If userID props present, they must be string and not prefixed with dl_, to avoid confusion between userID props and Direct Line embedded user ID (which is forgery-proof)
If userID props does not pass the validation test or not specified, Web Chat will use default-user instead
Added support for Cognitive Services Speech to Text and Text to Speech in PR #1442
Changed
Core: Saga will run after custom middleware, in #1331
Custom middleware run before saga to allow user to modify default behavior