I am new to lex bot. how to create a lex bot for below use case?
Use case:
- How can I help?
- Booking, Payment, Others.
- Trigger – Payment
- Please provide your Group ID or Booking ID
- Please provide if you want to pay using multiple card?
- Trigger- Multiple Card
- How many cards you would like to use for payment? - Answer -n
- Please provide first card – Credit Card Details – cc number, expiration date in the format – CC no/Expiration Date
- Please provide guest’s name or booking id who should be paid using the card and amount allocation in the format – Name or booking ID/Amount 10 .Email id of the person the invoice recipet to be sent
- Do you require separate copy for agent and guest?
- Repeat 7 to 10 for n number of times
I have created till 4th step, after that I am unable to proceed.