yammering-amber•2y ago
capture entity
Can I capture entity at intent step?
2 Replies
Yes, you can capture an entity at the intent step. Here's how it works:
- When you add an Intent step, you can link it to an existing intent or create a new one. This intent can include entities that you want to capture from the user's utterance.
- Entities are powerful elements that store data with built-in data types and optional allowed sets of values. They can be pulled from the user's utterance if the entity values have been defined within the intent.
- You can also edit the intent and its entities directly from the Intent step by clicking the pencil icon next to the selected intent. This allows you to configure the name, utterances, and required entities for that intent.
- Additionally, you can configure entity reprompts within the Intent step. This is useful if the user's response does not contain the entity you're trying to capture, allowing your assistant to ask for the required information again.
For more detailed information, you can visit:
- Capture Step
- Intent Actions
yammering-amberOP•2y ago
How to reuse entities pulled from utterances?