Cloudkibo / ChatBot

AI Chat Bot
0 stars 1 forks source link

Chat Bot with a Form #5

Closed jekram closed 7 years ago

jekram commented 7 years ago

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.

jekram commented 7 years ago

Please see similar product https://www.kylie.ai

zarmeen92 commented 7 years ago

sir should it be similar to the one given below? screen shot 2017-04-10 at 3 20 25 pm

zarmeen92 commented 7 years ago

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

zarmeen92 commented 7 years ago

Next is to understand: how to ask from client questions that have fixed set of answers such as Gender?'male' or 'female'

zarmeen92 commented 7 years ago

screen shot 2017-04-12 at 5 23 35 pm screen shot 2017-04-12 at 5 23 43 pm screen shot 2017-04-12 at 5 23 57 pm

zarmeen92 commented 7 years ago

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.

zarmeen92 commented 7 years ago

At the end the response with complete details is returned

jekram commented 7 years ago

Thanks.

jekram commented 7 years ago

I think for now this is sufficient.

zarmeen92 commented 7 years ago

Sir I have created a html form that will be asked by our chat bot screen shot 2017-04-13 at 3 53 59 pm

Html file will be sent via Email

jekram commented 7 years ago

Thanks.

jekram commented 7 years ago

@zarmeen92 Should we close this?

zarmeen92 commented 7 years ago

yes sir