Slot filling through t-dialogs is done by linking a t-dialog slot to a conversation variable. When the two are linked, and the transactional dialog end slot is successfully evaluated the value of the linked slot will be saved to the conversation variable. This allows you to:
Capture any value provided by an end-user in a transactional dialog slot, like an order ID or their first name
Store the captured value in the conversation variable for later use
Related Articles