Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 959 Bytes

legacy-app-migration.md

File metadata and controls

16 lines (13 loc) · 959 Bytes

Legacy app deprecation

We're looking to deprecate legacy apps, which are apps created before May 2016 that have tight coupling between intent and entity. If your app looks like this, it applies to you: Context: https://medium.com/wit-ai/launching-built-in-nlp-for-messenger-and-sunsetting-bot-engine-beta-46e9038869a5.

How to migrate your app

  1. Create a new app, it will by default be in the new app format
  2. An intent trait entity will be created for you. Each of your legacy app intents will map to an intent value in the intent entity. Reference: https://wit.ai/docs/recipes#categorize-the-user-intent

Legacy: New:

  1. Free-text and keyword entities work in the same way as before, but they no longer are tied to specific intents. Reference: https://wit.ai/docs/recipes#which-entity-should-you-use
  2. Start validating some samples!