# ibotsdk
**Repository Path**: FYMD/ibotsdk
## Basic Information
- **Project Name**: ibotsdk
- **Description**: 小I机器人Android版本,提取智能答问功能
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2017-02-11
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
#ibotsdk
- 使用方法(不能再UI线程中运行)
1.初始化IBot
```
IBot.init(String key, String Secret, Context context);
```
2.提交问题
```
WordAnswer wordAnswer = IBot.answer(String text);
```