DaLIA

Contents

  • Gentle Introduction into Virtual Assistant
  • Basic Structure of DaLIA 
  • Doc Bot
  • Creating your own bot
    • Intent and Entity Training
    • Creating the Bot Flow
    • Deploying the Bot
    • Starting Services
    • Testing the Bot
  • Case Studies
  • Common Mistakes

Virtual Assistants

 

  • What are Virtual Assistants?
  • Types of Virtual Assistants
    • Open Domain: Alexa, Google Assistants
    • Closed Domain: particular domain or problem

Basic Structure of DaLIA

  • Uber Bot
  • Input Node-Greet
  • Parse Node-Checks for Intents and Entities
  • Validate Node
  • Custom Action: Makes an API call or query to the data
  • Response Node -Result of the question
  • End Node

Doc Bot

Intent and Entity Training

Creating the Bot Flow

Deploying the Bot

Starting the Services

Testing the Bot

Case Studies

PADAVA BOT

Common Mistakes

  • Training Data

  • Incorrect Names

  • Multiple Services Started

  • Using Sudo

  • Read the Docs

DaLIA

By archana iyer

DaLIA

  • 517