Skip to content

dialogflowchatbot/dialogflow-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dialog flow chat bot backend

Demo

Setup a condition branch Setup a condition branch


Hi there.
This is a sub-project of Dialog flow chat bot
It's written in Rust language

How to build this project?

This is a typically Rust project, you can use Cargo to manage this project

git clone https://github.com/dialogflowchatbot/dialogflow-backend
cd dialogflow-backend
cargo r

Once it start, open a browser and visit: http://localhost:12715

Press Ctrl+C to terminate application.

Where are front end files?

🎨 This repository contains compiled front end files, path is: src/resources/assets
🎄 For those original editable front end files, please goto this repository: Dialog flow chat bot front end project