Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

farhabihelal/dialogflow-api-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dialogflow API Lite

A very simple Dialogflow API implementation.

Setup

Usage

# intent recognition
query = ""
contexts = []

config = {
    "project_id": project_id,
    "credential": credential,
}
df = Dialogflow(config)

result = df.detect_intent(query, contexts)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages