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
- Vocab
listener
- AIUpdateListener
void updateProductContext(AIUpdateListener listener, ProductContext context)
listener
- AIUpdateListener
context
- ProductContext
void updateSkillContext(AIUpdateListener listener, SkillContext context)
listener
- AIUpdateListener
context
- SkillContext