No project description provided
Project description
Dialogflow CX API: Builds conversational interfaces (for example, chatbots, and voice-powered apps and devices).
Quick Start
In order to use this library, you first need to go through the following steps:
Installation
Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.
With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.
Mac/Linux
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-dialogflow-cx
Windows
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-dialogflow-cx
Next Steps
Read the Client Library Documentation for Cloud Dialogflow CX API API to see other available methods on the client.
Read the Dialogflow CX API Product documentation to learn more about the product and see How-to Guides.
View this README to see the full list of Cloud APIs that we cover.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for google-cloud-dialogflow-cx-0.8.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02fd9ab6d2103ab566437a61e9407471d2706258b22f9fd4f3042e3c7d422ddd |
|
MD5 | d53d87e41266c45702c75f97ea2ed041 |
|
BLAKE2b-256 | ea400b83cbd1aa8b697d72365652548f7cfbabbace9101b2729dd3062eaf067d |
Hashes for google_cloud_dialogflow_cx-0.8.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f27a3266e44ffdc5eac6b9d28b92a1840ed086ed65fd3ace5b9157055d8865f4 |
|
MD5 | 5a191c272c11319279f066a9f464f532 |
|
BLAKE2b-256 | 69cc097a4a609c2e3787c2c27ab48861fd7d5d63ac9db33fccc2d2f8cf010af6 |