Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 584 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 584 Bytes

SmartQ Build Status

Chat with robots Simsimi, Moly, Turing.

/**
 *  A delegate method
 *
 *  @param rebot       robot entity
 *  @param question    the question that robot request
 *  @param answerBlock response block
 */
- (void)ask:(id<RobotProtocol>)rebot something:(NSString *)question answerBlock:(RobotAnswerBolck)answerBlock;

image image