dialogflow-python-client
dialogflow-python-client copied to clipboard
Python library for Dialogflow
Hello, I am trying to access set some User Entities for my session using the python-client. Then use ai.api insert the Value of the User Entity in the text response....
Shall I open a PR?
I saw examples here, But could not find how to create an agent, how to train it with my own data through program. Please help.
As the voice request is deprecated, how should we send voice from now on?
is there a way to set a timeout for the request? I'm using the API from china where google services are intermittently blocked... I couldn't see anything obvious here: https://github.com/api-ai/apiai-python-client/blob/master/apiai/requests/request.py
This is my code: import sys from VAD import VAD vad = VAD() f = open('worker_2.pcm') fr = f.read() result = vad.processFrame(fr) print(result) invoke like this? But it met error....
Hi there, There is a weird response behavior that i could't understand, when i try to send a query that matches one of my custom intents, i get the following...