Interface IInitTestAISay

interface IInitTestAISay {
    aiName?: string;
    configJson: string;
    meshesId: string;
    wsUrl: string;
}

Properties

aiName?: string

智能语音的角色名(用了选音色)

configJson: string

智能语音需要的配置

meshesId: string

meshesId

wsUrl: string

ws服务地址

Generated using TypeDoc