Hello Kore.AI team,
I need to use the selected items value and title both from the dropdown list (String type entity).
Currently in the message node I am accessing the value of the entity directly by using below code: {{context.entities.ComplaintType}}
However, I also need to use the title of the selected value. Please help.