Autocomplete in Use Case Design Console

To make conversation design easier and intuitive, the UCD console provides autocomplete for the developer in the following sections inside the dialog designer window :

  • Intents – Allows the user to put the condition in a node where user types the # symbol so it will populate all the intents present in the skill.
Figure 1. Figure 222 - Autocomplete for Intents
Graphical user interface Description automatically generated
  • Entities - @ symbol will populate all the entities present in a particular skill as well as it populates the value for the corresponding entity.
Figure 2. Figure 223 - Autocomplete for Entity
Graphical user interface, application Description automatically generated
  • Flow Snippets – User can write any initial letter of the keyword or any statement so for the flow snippet prompt and it will autocomplete suggestions.
Figure 3. Figure 224 - Autocomplete in Flow Snippets
Graphical user interface, application Description automatically generated
  • API Rule - This feature allows the user to autocomplete the API rules. User types the generic syntax for API RULE i.e., _API_RULE_;;{};{}so, when user types the first semicolon(;) so it will populate all the API rules which is present in the particular tenant as shown in the figure.
Figure 4. Figure 225 - Autocomplete for API RULE