I have a entity node where the values are ‘yes’ and ‘no’
and that entity node is connected to bot action based on user utterance
But when the user is saying an utterance like 'yes i need to book an appointment’ it is mapping to yes but I need the entire entity to be passed over to the bot action where I can do scripting with the utterance .How can I achieve this?