--------------------
--------------------
# Install the package
you can install the package locally in the current folder by using the following command:
#from test PIP repo
pip install -t ./ -i https://testpypi.python.org/pypi voicelabs-assistant
#from main public PIP repo
pip install -t ./ voicelabs-assistant
--------------------
--------------------
## SDK usage:
#import sdk
from voicelabs import VoiceInsights
#instantiate SDK object globally. You only need one object.
appToken = '<YOUR APP TOKEN>'
vi = VoiceInsights(appToken)
#track your events. Example Flask implementation
@app.route('/intent', methods = ['POST'])
def api_intent_handler():
req_json = request.get_json()
data = req_json['originalRequest']['data']
intentName = req_json['result']['metadata']['intentName']
...
#tts string could be plain text or a valid SSML
tts = "Here is my response to the user"
...
resp = vi.track( intentName, data, tts )
--------------------
--------------------
--------------------
# Install the package
you can install the package locally in the current folder by using the following command:
#from test PIP repo
pip install -t ./ -i https://testpypi.python.org/pypi voicelabs-assistant
#from main public PIP repo
pip install -t ./ voicelabs-assistant
--------------------
--------------------
## SDK usage:
#import sdk
from voicelabs import VoiceInsights
#instantiate SDK object globally. You only need one object.
appToken = '<YOUR APP TOKEN>'
vi = VoiceInsights(appToken)
#track your events. Example Flask implementation
@app.route('/intent', methods = ['POST'])
def api_intent_handler():
req_json = request.get_json()
data = req_json['originalRequest']['data']
intentName = req_json['result']['metadata']['intentName']
...
#tts string could be plain text or a valid SSML
tts = "Here is my response to the user"
...
resp = vi.track( intentName, data, tts )
--------------------
--------------------
Release files for voicelabs-assistant 1.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| voicelabs-assistant-1.0.4.tar.gz | 4.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| voicelabs_assistant-1.0.4-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 10.1 kB
Release files / voicelabs-assistant-1.0.4.tar.gz
| Download URL | voicelabs-assistant-1.0.4.tar.gz |
|---|---|
| Size | 4.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2ffc083a87817055ab1573042d8c3f083fb9424399402556d71ced0091ecb4be
|
|
BLAKE2b-256 checksum How to use checksums |
eea40fc6725dfc0e4d827c66be1edd7dfbb1a76d7007f4f7c6fdbb29e909ea84
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / voicelabs_assistant-1.0.4-py2.py3-none-any.whl
| Download URL | voicelabs_assistant-1.0.4-py2.py3-none-any.whl |
|---|---|
| Size | 5.7 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
9890e4d8a3505970c21cefb36e1d8c2f9d3c16216a620bfd38d4b0fca09733c6
|
|
BLAKE2b-256 checksum How to use checksums |
904913678cefb53fd8e5746f01b20f2b9e9982fecdfaa59b6a623b70b386ef3d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |