Modifier and Type | Class and Description |
---|---|
static class |
UpdaterImpl.Builder |
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)
上传词库
|
public void updateVocabs(AIUpdateListener listener, com.aispeech.export.Vocab... vocabs)
updateVocabs
in interface IUpdater
vocabs
- Vocab
listener
- AIUpdateListener
public void updateProductContext(AIUpdateListener listener, ProductContext context)
updateProductContext
in interface IUpdater
listener
- AIUpdateListener
context
- ProductContext
public void updateSkillContext(AIUpdateListener listener, SkillContext context)
updateSkillContext
in interface IUpdater
listener
- AIUpdateListener
context
- SkillContext