I’m having problem in retaining and changing my entities when jumping from one dialog task to another.
To explain it further, I have dialog tasks named “Get accounts”, “Get details” and “Get Transactions”. I have an entity named “Account”. I want to retain the entity so that when the user asks for other commands, it will be executed without having to enter or choose the Account again. I was able to do the retaining of “Account” entity by setting the entity in “Entity pre-assignments” in a connected dialog task. Here’s how it looks:
Currently, I have no problem when the user does a command with different entities consecutively. This is an example:
Command 1: Get balance from payroll
Command 2: Get balance from emergency fund
The problem occurs when we change the entity while changing the command such as this one:
Command 1: Get balance from payroll
Command 2: Get details from emergency fund
I just want to know if I can make the process better so that I can achieve my desired result. Thank you.