wit-ai / wit-ios

Wit.ai iOS client
Other
222 stars 71 forks source link

How to access intent value in Swift #77

Closed olivierlesnicki closed 5 years ago

olivierlesnicki commented 7 years ago
func witDidGraspIntent(_ outcomes: [Any]!, messageId: String!, customData: Any!, error e: Error!) {
  let outcome = outcomes.first
  // how do I get the value at path "outcome.entities.intent.value" ?
}