Skip to main content

Autocomplete Suggestions

Autocomplete suggestions provide helpful hints at what your user can type on certain channels such as the chat and search.

How they work

The autocomplete suggestions are powered by three sources:

  • Model - All of the sample utterances from your intents and values from your entities are used to provide suggestions.
  • FAQs - The questions for you defined FAQs are surfaced as well and have the ability to provide instant answers.
  • Historical - Based on past usage, queries that have been marked as correct will appear in the

Autocomplete Suggestions

Weighting & Conflicts

To accurately surface the most appropriate suggestion and help avoid conflicts between the different sources, we weight the sources in the following priority order:

  • Historical - Previous user queries that have been reviewed have the highest priority
  • FAQs - The curated list of questions for the FAQs has a slight preference over model based suggestions
  • Model - The interaction model is typically the largest source and most broad

Instant Answers

For relevant FAQs that are surfaced in the suggestions, the answer will appear when the user hovers on the FAQ as if they were about to click on it.

Autocomplete Suggestions

This can save the user a click or they can click through to get additional information associated with the answer such as the web source for clicking through.