项目作者: Twanawebtech

项目描述 :
Banking ChatBot data model
高级语言: JavaScript
项目地址: git://github.com/Twanawebtech/bank-chatbot.git
创建时间: 2017-05-02T06:32:42Z
项目社区:https://github.com/Twanawebtech/bank-chatbot

开源协议:Apache License 2.0

下载


BANK ChatBot

This Node.js app demonstrates the Conversation service in a simple chat interface simulating a banking model.

Demo

Intents

#tellmeaboutmortgage

  1. Give me list of mortgage types
  2. I want to know how to avail the government first time buyer support scheme
  3. I want to know more about car finance
  4. I want to know more about First time buyer offers
  5. I want to know more on home insurance
  6. I want to know the different home mortgage interest rates
  7. Tell me about home mortgage for first time buyer
  8. Tell me about home mortgage latest offers
  9. Tell me about new mortgage offers
  10. Tell me how join applications works
  11. What do you know about Mortgage approvals

#help

  1. help
  2. How it works
  3. I need assistance
  4. I need help
  5. I need support
  6. This is not working
  7. what can I do here

#greetings

  1. hello
  2. hi
  3. hii
  4. howdy
  5. how ya
  6. what's up
  7. you there

Entities

@mortgageOffers

  1. mortgageOffers,Home Movers Mortgage
  2. mortgageOffers,First Time Buyers, FTB, first time buyer
  3. mortgageOffers,Switching Mortgage Provider
  4. mortgageOffers,Buy-to-Let Mortgages, buy to let, buy to let mortgage, buytolet
  5. mortgageOffers,SmartMove App
  6. mortgageOffers,TopUp Mortgage, top up mortgage, topup mortgage
  7. mortgageOffers,Negative Equity Mover
  8. mortgageOffers,Tracker Mortgage Redress Statement
  9. mortgageOffers,Tracker Interest Rate Mortgage
  10. mortgageOffers,As a thank you for taking a new mortgage...

Next, create the dialogs…

Troubleshooting

If you encounter a problem, you can check the logs for more information. To see the logs, run the cf logs command:

  1. cf logs <application-name> --recent

License

This sample code is licensed under Apache 2.0.
Full license text is available in LICENSE.

Contributing

See CONTRIBUTING.

Open Source @ IBM

Find more open source projects on the
IBM Github Page.