Train your bot

A well trained chat bot becomes a chad bot.

Creating an conversational AI driven bot is majorly preparing and feeding the content to train it.

There are two types of content on which our bot will be trained. They are -

  1. Information retrieval from static data. This can be done via

    1. Feeding raw text documents

    2. Configuring frequently asked questions

  2. Understanding user's intention and catering it via by a dynamic process, called a "skill".

But to begin with, we need to create our bot project.

In this walk-through, we will create our first bot project, and then configure and build it to work as our leave application voice-agent.

Last updated