public interface WxAispeechDialogService
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
String getAccessToken(String appid, String account) throws WxErrorException
WxErrorExceptionString importBotJson(int mode, List<BotIntent> data) throws WxErrorException
WxErrorExceptionString publishBot() throws WxErrorException
WxErrorExceptionPublishProgress getPublishProgress(String env) throws WxErrorException
WxErrorExceptionAsyncTaskResult queryAsyncTask(String taskId) throws WxErrorException
WxErrorExceptionDialogResult query(DialogQueryRequest request) throws WxErrorException
WxErrorExceptionCopyright © 2026. All rights reserved.