You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When used on Android, the requestVoice call works fine and is able to parse my request and return a JSON payload from my API.AI agent. However, on iOS the response I get from the requestVoice call looks like this (I omitted the id and timestamp for example's sake):
{
id = "...";
lang = en;
status = {
code = 400;
errorDetails = "Invalid request content type, expecting \"multipart/form-data\" or \"application/json; charset=utf-8.";
errorType = "bad_request";
};
timestamp = "...";
}
Which seems strange given that the plugin should be the one making the request to the API.AI backend. Any ideas?
The text was updated successfully, but these errors were encountered:
When used on Android, the requestVoice call works fine and is able to parse my request and return a JSON payload from my API.AI agent. However, on iOS the response I get from the requestVoice call looks like this (I omitted the id and timestamp for example's sake):
Which seems strange given that the plugin should be the one making the request to the API.AI backend. Any ideas?
The text was updated successfully, but these errors were encountered: