-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Voice Request method doesn't work #13
Comments
I just want to echo this. This seems true for this and the Xamarin api-ai. The response I receive is: Response: The post request I send is: {"timezone":"Eastern Standard Time","lang":"en","sessionId":"5e69c192-1034-45ac-ba7f-5508e078313e"} --16dd3efb-bdae-457a-beb1-124d6f3f9c6f-- |
I have the same issue. VoiceRequest method of the example does not work. I use DotNet SDK. |
@sleeplessninja Hi, curl -H "Authorization: Bearer Client_Id" "https://api.dialogflow.com/v1/query?v=20150910e=WELCOME&timezone=Europe/Paris&lang=en&sessionId=1234567890" However, I've the same issue when sending a request by http.post welcomeURL = "https://api.dialogflow.com/v1/query?v=20150910"; header = { data = {
Invalid request content type, expecting \"multipart/form-data\" or \"application/json; charset\u003dutf-8.\ |
Test for Voice Requst is failing
The text was updated successfully, but these errors were encountered: