Socket
Socket
Sign inDemoInstall

dialogflowpy-webhook

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dialogflowpy-webhook

A Python module for parsing and creating Dialogflow Requests and Responses


Maintainers
1

dialogflowpy-webhook

Documentation Status

A Python module for parsing and creating Requests and Responses of Dialogflow Fulfillment Library. The Dialogflow Fulfillment Library allows you to connect natural language understanding and processing to your own system. Using Fulfillment, you can surface commands and information from your services to your users through a natural conversational interface.

This dialogflowpy-webhook module is intended to help build Python Dialogflow Fulfillment for multiple integrations including Google Assistant, Facebook and Telegram. It is expected to work for Slack and Line as well.

Supported Features

All Platforms

  • Text Response
  • Card
  • Suggestion Chips/Quick Replies
  • Image

Google Assistant

  • Text Response
  • Card
  • Suggestion Chips (Quick Replies)
  • Carousel
  • Table
  • Media Responses
  • Permission Requests

Installation

The module can be installed from PyPi by running:

pip3 install dialogflowpy-webhook

The module can also be installed directly from Github by running

pip3 install git+https://github.com/vishalbala-nps/dialogflowpy-webhook.git

Reporting Bugs

In case of any problems or suggestions with this module, feel free to open a Github Issue

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc