dialogflow / dialogflow-apple-client

iOS SDK for Dialogflow
http://api.ai
Apache License 2.0
244 stars 65 forks source link

Updated instructions for Swift 2.0 and iOS 9.0? #10

Open andreyguenov opened 8 years ago

andreyguenov commented 8 years ago

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:

    AVAudioSession.sharedInstance().setCategory(AVAudioSessionCategoryPlayAndRecord, error: nil)
    AVAudioSession.sharedInstance().setActive(true, error: nil)

let request = self.apiai.requestWithType(AIRequestType.Text) as AITextRequest

Thanks! :)

grantkemp commented 8 years ago

+1 for me