内容类指令测试

async test.test_content.test_query_wiki()[源代码]

查询百科demo

查询百科,查询内容”优必选”,并等待结果,机器人播报查询结果

#WikiResponse.isSuccess : 是否成功

#WikiResponse.resultCode : 返回码

async test.test_content.test_start_translate()[源代码]

翻译demo

使用百度翻译,把”张学友”,从中文翻译成英文,并等待结果,机器人播报翻译结果

#TranslateResponse.isSuccess : 是否成功

#TranslateResponse.resultCode : 返回码

# query: 关键字

# from_lan: 源语言

# to_lan: 目标语言

# platform: BAIDU, GOOGLE, TENCENT

async test.test_content.main()[源代码]