Closed jekram closed 7 years ago
Please see similar product https://www.kylie.ai
sir should it be similar to the one given below?
task update: understand the feature of slot filling provided by API.AI https://api.ai/blog/2015/11/09/SlotFilling/ Using this, we can ask a series of questions and can save this response to send it later to our database
Next is to understand: how to ask from client questions that have fixed set of answers such as Gender?'male' or 'female'
I have made a sample form that asks about Name, title, gender, email andDOB. The form is invoked when user says "I want to apply for credit card" Bot will ask a series of questions. For qs. such as Email. The bot will validate the answer of user as well. So if the user write any thing other than email then Bot will reask this question until the correct response is received.
For questions with options such as Male/Female the bot will not accept any other answer.
At the end the response with complete details is returned
Thanks.
I think for now this is sufficient.
Sir I have created a html form that will be asked by our chat bot
Html file will be sent via Email
Thanks.
@zarmeen92 Should we close this?
yes sir
This is a customer request
In the ChatBOT under a certain condition, the Bot will get data from the customer. A customer comes in and asks for credit card rates and other information. Once of the question at the end of the conversation could do you want to apply?
Now the Bot starts asking the question to fill out the application form to apply for the credit card on step at a time. At this stage, we should develop a mock up application. Need to figure out how to send the application to the bank.
Please look sample code in API.AI user form.