Status Of Your Loan so these 2 Buttons should get display when a customer click on those
3 buttons
Means If Customer select Equipment Financing Then These 2 Buttons Should get Displayed or input or invoice any button he should click these 2 button should get displayed how its possible please help me out
@murtuza Hello, you just need to create the same process as you have done for the above mention buttons, but this time you need to mention the payload for the new buttons and the utterance for the same, I’d recommend to please see the code of buttons which I have suggested in our previous thread, it just the matter of syntax that’s it
@murtuza Do you required the hyperlink of the Equipment Financing to? or when user click the EF buttons, he will see the two new buttons Book a New Loan and Status of your Loan?
PS: I will recommend to please delete the older model, as it will kill your storage and even sometime, it confuse the new model, max 1 or 2 previous models is fine.
@murtuza Then first create the buttons utterance for the new buttons such as:
intents:
- book_loan
- status_loan
responses:
utter_book_status_loan:
- buttons:
- payload: /book_loan
title: 'Book a Loan'
- payload: /status_loan
title: 'Status of Loan'
text: Select the menu.
utter_ask_book_loan:
- text: you selected [Book a Loan](https://rasa.com)
utter_ask_status_loan:
- text: you selected [Status of Loan](https://rasa.com)
Now, I want to see how you will add this process on the link of 1. Equipment Financing ; I can do the complete code, but I guess you should try it first its your learning and project. I hope you understand. PS: Just see the previous code, how we have used the payload and even stories. Good Luck!
i had done the same thing @nik202 but not working
actually its working till 1st part ie 3 buttons once we EF it should display These 2 buttons its not working