A ChatBot for real estate based on Swift and Watson services
-
Create Credentials for Conversation services
-
Create Credentials for Text-To-Speech services
-
Create Credentials for Speech-To-Text services
-
update the credentials.swift file
public struct Credentials {
public static let ConversationUsername = “<conversation username>"
public static let ConversationPassword = “<conversation password>"
public static let ConversationWorkspace = “<conversation workspace id>"
public static let SpeechToTextUsername = “<speech to text username>”
public static let SpeechToTextPassword = “<speech to text password>"
public static let TextToSpeechUsername = “<text to speech username>"
public static let TextToSpeechPassword = “<text to speech password>"
}
- Open the project in Xcode
- Voila!
For more details see my blog here