IsInputText接口

接口功能

判断是否是文本推理。

接口格式

bool IsInputText();

接口参数

无。

使用样例

bool isText = request->IsInputText();

返回值