--------------------
--------------------
# 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 VoiceInsights
#from main public PIP repo
pip install -t ./ VoiceInsights
--------------------
--------------------
## SDK usage:
from voicelabs import VoiceInsights
appToken = '<YOUR APP TOKEN>'
vi = VoiceInsights()
def on_session_started(session_started_request, session):
# Called when the session starts """
vi.initialize(appToken, session)
def on_intent(intent_request, session):
intent = intent_request['intent']
intent_name = intent_request['intent']['name']
response = None
#Logic to populate response goes here
#invoke SDK track method like follows
vi.track(intent_name, intent_request, response)
return response
--------------------
--------------------
--------------------
# 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 VoiceInsights
#from main public PIP repo
pip install -t ./ VoiceInsights
--------------------
--------------------
## SDK usage:
from voicelabs import VoiceInsights
appToken = '<YOUR APP TOKEN>'
vi = VoiceInsights()
def on_session_started(session_started_request, session):
# Called when the session starts """
vi.initialize(appToken, session)
def on_intent(intent_request, session):
intent = intent_request['intent']
intent_name = intent_request['intent']['name']
response = None
#Logic to populate response goes here
#invoke SDK track method like follows
vi.track(intent_name, intent_request, response)
return response
--------------------
--------------------
Release files for voicelabs 0.0.10
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-0.0.10.tar.gz | 3.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| voicelabs-0.0.10-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 8.2 kB
Release files / voicelabs-0.0.10.tar.gz
| Download URL | voicelabs-0.0.10.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
51f1e1b055543053c72ed01bd1186754154e1bf8505f818aebfbf6e2d50591f4
|
|
BLAKE2b-256 checksum How to use checksums |
f3c164afba0ae68d30f8b36279b398854fc31de0316cf8dafa56cc0574eb4b44
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / voicelabs-0.0.10-py2.py3-none-any.whl
| Download URL | voicelabs-0.0.10-py2.py3-none-any.whl |
|---|---|
| Size | 4.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
d234c0d7558b007a21baefd7adcf3961946fc9549d7747aa0ce5ac89d77c5029
|
|
BLAKE2b-256 checksum How to use checksums |
dca86323c10c076b2c7d67ea2396c202d0043e81fcc4990147625a08b12dd831
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |