public class WxAispeechDialogServiceImpl extends Object implements WxAispeechDialogService
| 构造器和说明 |
|---|
WxAispeechDialogServiceImpl(WxAispeechServiceImpl service) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccessToken(String appid,
String account) |
PublishProgress |
getPublishProgress(String env) |
String |
importBotJson(int mode,
List<BotIntent> data) |
String |
publishBot() |
DialogResult |
query(DialogQueryRequest request) |
AsyncTaskResult |
queryAsyncTask(String taskId) |
public WxAispeechDialogServiceImpl(WxAispeechServiceImpl service)
public String getAccessToken(String appid, String account) throws WxErrorException
getAccessToken 在接口中 WxAispeechDialogServiceWxErrorExceptionpublic String importBotJson(int mode, List<BotIntent> data) throws WxErrorException
importBotJson 在接口中 WxAispeechDialogServiceWxErrorExceptionpublic String publishBot() throws WxErrorException
publishBot 在接口中 WxAispeechDialogServiceWxErrorExceptionpublic PublishProgress getPublishProgress(String env) throws WxErrorException
getPublishProgress 在接口中 WxAispeechDialogServiceWxErrorExceptionpublic AsyncTaskResult queryAsyncTask(String taskId) throws WxErrorException
queryAsyncTask 在接口中 WxAispeechDialogServiceWxErrorExceptionpublic DialogResult query(DialogQueryRequest request) throws WxErrorException
query 在接口中 WxAispeechDialogServiceWxErrorExceptionCopyright © 2026. All rights reserved.