SDK-iOS
SDK-iOS copied to clipboard
SAP Conversational AI official SDK for Swift
Looks like pod install is failing. Unable to find a specification for `sapcai (~> 4.0.0)` When I run this on master I get this error. $ pod lib lint sapcai.podspec...
I'm calling textConverse(), and the replies are coming back blank. Note that the doc page says to call response.reply() - but this function isn't defined. What is there is a...
Hi, I meet some problem about JSON parser. The problem occurs in **response.swift** file at following code: `let json = json["results"] as! [String : AnyObject]` These codes are located in...
Create a sharedInstance of RecastIAI client So we can init in AppDelegate, and use it anywhere in the app.