Code Monkey home page Code Monkey logo

dialogflow-lite's Introduction

Dialogflow Python Library REST Agent

Package Version Build Status

Dialogflow is an python requests REST agent to comunicate with Dialogflow

Prerequsites

Before execute any examples or source code usage, you need create a Dialogflow account, More inforamtion how to create account found here https://dialogflow.com/docs/getting-started/create-account

Features

Speech recognition

The speech recognition used in this module is done using Anthony Zhang's SpeechRecognition library for Python.

Speech synthesis

Speech synthesis in this project is done using espeak. Note: For Mac users, the adapter will use Mac's built-in say command.

Installation

pip install dialogflow-lite

Examples

See the examples directory in the GitHub repo.

Google conversation design best practices

https://designguidelines.withgoogle.com/conversation/conversation-design/welcome.html

General Information

Most of the general information can found here https://dialogflow.com/docs/reference/agent/

  1. query
  2. entities
  3. userEntities
  4. intents
  5. contexts

Using Access Tokens

The entire package uses based on User access token, read this documentation about obtaining access tokens from Dialogflow.

Authorization with the value Bearer {access_token}.

For example:

Authorization: Bearer YOUR_ACCESS_TOKE

Protocol Version

20140910 used as protocol version in this repo

License

This project licensed under MIT

dialogflow-lite's People

Contributors

vkosuri avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.