Intent & Entities Naming
1. Intent naming
It is recommended to structure your list of intents using the alphabetical order below.
Default context | FAQ | Small talk | Processes * |
|---|---|---|---|
|
|
|
|
**For processes, they are contexts which need confirmations.
ContextWe recommend naming your context the same way you name your intent. (See context Naming)
| Context Name | Intent Name |
|---|---|
| bot_greeting | bot_greeting |
| faq_insurance | faq_insurance |
2. Entity naming
Example from Banking use case:
- client_type
- loan_type
- card_type
- insurance_type
Context & Entity naming syntax
- no spaces
- replace spaces with underscores
- lowercase
Updated 12 days ago
