Default Welcome Intent - search

Let's create a search intent for getting the search term our users want to start their search.

Steps

  1. Click Intents from the left menu.

  2. On "Default Welcome Intent" hover your mouse to the right on top of it

  3. Click on Add follow-up intent

  4. Choose Custom

  5. This will take you to the new created follow-up intent

  6. Rename from Default Welcome Intent - custom to Default Welcome Intent - search

  7. Click save.

Explanation:

Since we asked our users how they want to search for a person, we need to follow up their answer. To do so we're going to create a follow up intent for the 'Default Welcome Intent'

To create a follow up intent just go to the intents home page and hover your mouse on the intent you want to add a follow up.

At the options given we are going to select the 'custom intent' and rename our custom intent to 'Default Welcome Intent - search'

Follow-up intent Explanation

What if you need to structure workflows to your conversational apps?

But how do we do if, else, switch cases?

What if in case the answer is yesdo something

otherwise, do something else.

Follow-up intents allow you to to shape dialog without having to manage contexts manually. We can make the intents extend each other, as they are part of the same logical group.

But how do we do if, else, switch cases?

What if in case the answer is yesdo something

otherwise, do something else.

Follow-up intents allow you to to shape dialog without having to manage contexts manually. We can make the intents extend each other, as they are part of the same logical group.

Last updated