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
Emilie edited this page Sep 20, 2020
·
4 revisions
Stealth can be extended with NLP/NLU integrations. While these are not needed for the majority of interactions within chatbot, you may find they are helpful for certain types of interactions.
Todo
Luis NLP setup
services.yml
# ===========================================# ===== Example Luis NLP Service Setup ======# ===========================================# nlp_integration: luis# luis:# endpoint: <%= ENV['LUIS_ENDPOINT'] %># app_id: <%= ENV['LUIS_APP_ID'] %># subscription_key: <%= ENV['LUIS_SUBSCRIPTION_KEY'] %># tz_offset: 0