Great product! It would be fantastic if you could update the installation instructions and the demo files (inside ApiAIDemoSwift) for Swift 2.0 and iOS 9.0. Namely, here are a few things which I noticed:
It's never mentioned that we should import AVFoundation in order for these two lines to work:
Hello,
Great product! It would be fantastic if you could update the installation instructions and the demo files (inside ApiAIDemoSwift) for Swift 2.0 and iOS 9.0. Namely, here are a few things which I noticed:
let request = self.apiai.requestWithType(AIRequestType.Text) as AITextRequest
import ApiAI
statement is required in many of the classes, as well as an import statement for MBProgressHUDThanks! :)