Skip to content
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
Clone this wiki locally