I am new to using Amazon Lex engine and I have few questions to better understand its limitation since I couldn't find anything related in the docs:
EDIT: 1-There are 2 names slot types AMAZON.DE_FIRST_NAME
AMAZON.GB_FIRST_NAME
, one that supports names most commonly known in great britain the other for german, i need the composite entity feature to combine these 2 slot types into one entity.
2- I simply want to take the user's input exactly as it is, it may be sbfhbf
or my feedback is none of your business
or whatever it might be.
3-Let's say i asked the names of the people on the dinner table in a restaurant i want the names of everyone , currently i'm using amazon.gb_first_name
and i'm only able to take in 1 name and actually print it out.
EDIT: Updated answer as suggested by user Rodrigo