api-ai-cocoa-swift icon indicating copy to clipboard operation
api-ai-cocoa-swift copied to clipboard

Does not support simple_response type

Open ahmet8282 opened this issue 7 years ago • 0 comments

Hello,

The library doesnt seem to support responses with json


"fulfillment": {
      "speech": "Hi!",
      "messages": [
        {
          "type": "simple_response",
          "platform": "google",
          "textToSpeech": "Hello!"
        },
        {
          "type": 0,
          "speech": "Hi!"
        }
      ]
    }

I think java and android clients have the same problem also. I see similar tickets. Is it possible if you could update it?

Thank you.

ahmet8282 avatar Jun 15 '17 10:06 ahmet8282