ExecutableQuestionService
struct ExecutableQuestionService
The ExecutableQuestionService
-
The Executable
Declaration
Swift
let executable: Executable
-
Ask Question
Declaration
Swift
func ask(_ question: Question, predefinedAnswer: String?) -> StringParameters
questionThe Question that should be asked
predefinedAnswerThe optional predefined answer
Return Value
The answer
View on GitHub
ExecutableQuestionService Structure Reference