aws / aws-lambda-go

Libraries, samples and tools to help Go developers develop AWS Lambda functions.
Apache License 2.0
3.58k stars 547 forks source link

Amazon lex Slots break #305

Open tayyabgilani opened 4 years ago

tayyabgilani commented 4 years ago

hi i have 2 slots type in lex one is Membership Number and 2nd is Pin. i wanted to know, in contact flow can we check Membership number from database before moving to second slot which is pin. mean if we enter wrong membership number it check first if it is wrong then ask me again to say membership number (means check each slots 1 by 1 from db). hope so you understand my question. Thanks

tayyabgilani commented 4 years ago

@marcomagdy