Hello,
I have two very basic questions for look up slot values:
I need a way to have bot account type entities in a slot - i.e. I need the user to provide both not just the first one
- when I run the above in interactive mode I got this: amount: 35.5, currency: [‘USD’, ‘USD’], account_types: [‘savings’, ‘loan’, ‘savings’, ‘loan’], requested_slot: None, session_started_metadata: None
why I got loop up values like: [‘USD’, ‘USD’] what is this exactly - [text, look up match]?
Thank you!