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
Lex does not support hyphens in intent names, but the github-pull-request noun now uses them. To support this, after splitting the intent on _, apply kebabCase to the noun (already the conventional class-to-string naming conversion).
This will not change the existing time and weather nouns, and thus is not a breaking change. It will improve the model going forward.
The text was updated successfully, but these errors were encountered:
Summary
Lex does not support hyphens in intent names, but the
github-pull-request
noun now uses them. To support this, after splitting the intent on_
, applykebabCase
to the noun (already the conventional class-to-string naming conversion).This will not change the existing
time
andweather
nouns, and thus is not a breaking change. It will improve the model going forward.The text was updated successfully, but these errors were encountered: