Hi,
Can i extract multiple slot values from a single user phrase for e.g -
U- i want to view ticket details for ticket id’s TS78945612 & TS98745612
Here if possible how can i set these ticket id’s on my slot so that i can extract these id’s and fetch to my API for response. If yes how can i achieve it.
It uses the same entity names, if you put slot type as list, for the same entity name and slot name - values will be filled
your NLU replies with multiple pairs of key: entity_name, value:XYZ, and for a list slot type, it will look through the entity name and store all it’s value in the list. I never need to have list slots though i suppose this is how it should be given the code