public interface IUpdater
| Modifier and Type | Method and Description |
|---|---|
void |
updateProductContext(AIUpdateListener listener,
ProductContext context)
更新产品配置
|
void |
updateSkillContext(AIUpdateListener listener,
SkillContext context)
更新技能配置
|
void |
updateVocabs(AIUpdateListener listener,
com.aispeech.export.Vocab... vocabs)
上传词库
|
void updateVocabs(AIUpdateListener listener, com.aispeech.export.Vocab... vocabs)
vocabs - Vocablistener - AIUpdateListenervoid updateProductContext(AIUpdateListener listener, ProductContext context)
listener - AIUpdateListenercontext - ProductContextvoid updateSkillContext(AIUpdateListener listener, SkillContext context)
listener - AIUpdateListenercontext - SkillContext