How to change extracted entities from user utterance?

Hi. I’m new in kore.ai.
I just wonder how to change extracted entities from user utterance.
For example, when user entered ‘I want to go LA’ then the LA can be entities.
I tried delete keyword using script it doesn’t work.

In this case how can I fix it?

Hello @jihoon.dong Shi,

You can clear entity value using - delete context.entities.<<entitynode name>>

For example: If the entity node is set as userDestination then the script node where you want to delete the value should have delete context.entities.userDestination

Hope this is clear! Let us know if you have any more questions.