查询话术录音列表

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String ListScriptVoiceConfigs

系统规定参数。取值:ListScriptVoiceConfigs。

InstanceId String af81a389-91f0-4157-8d82-720edd02b66a

实例ID

PageNumber Integer 1

页数

PageSize Integer 20

个数

ScriptId String f95c7ca6-872c-4765-8493-165a8dfc682d

话术ID

返回数据

名称 类型 示例值 描述
Code String OK

接口状态码

HttpStatusCode Integer 200

http 状态码

Message String Success

接口提示消息

RequestId String 254EB995-DEDF-48A4-9101-9CA5B72FFBCC

请求id

ScriptVoiceConfigs Struct

话术录音列表

List Array

话术录音数据数组

InstanceId String bdd49242-114c-4045-b1d1-25ccc1756c75

实例id

ScriptContent String 请问你是 @name 吗

话术文本内容

ScriptId String a7441a05-43bb-4a2d-acb0-365f245d7a5b

话术id

ScriptVoiceConfigId String 2c8fa91f-9856-4145-90f2-08252f09bc18

语音配置id

ScriptWaveformRelation String ""

话录音配置关系数据

Source String DIALOGUE_FLOW

话术源

Type String TTS

语音类型

PageNumber Integer 1

页号

PageSize Integer 10

个数

TotalCount Integer 100

总计个数

Success Boolean true

是否成功

示例

请求示例

http(s)://[Endpoint]/?Action=ListScriptVoiceConfigs
&InstanceId=af81a389-91f0-4157-8d82-720edd02b66a
&PageNumber=1
&PageSize=20
&ScriptId=f95c7ca6-872c-4765-8493-165a8dfc682d
&<公共请求参数>

正常返回示例

XML 格式

<Code>OK</Code>
<HttpStatusCode>200</HttpStatusCode>
<ScriptVoiceConfigs>
    <List>
        <InstanceId>fa0e21e9-caab-4629-9121-1e341243d599</InstanceId>
        <ScriptContent>请问你是 @name 吗</ScriptContent>
        <ScriptId>a7441a05-43bb-4a2d-acb0-365f245d7a5b</ScriptId>
        <ScriptVoiceConfigId>100</ScriptVoiceConfigId>
        <ScriptWaveformRelation/>
        <Type>TTS</Type>
        <Source>DIALOGUE_FLOW</Source>
    </List>
    <PageNumber>1</PageNumber>
    <PageSize>10</PageSize>
    <TotalCount>20</TotalCount>
</ScriptVoiceConfigs>
<Success>true</Success>

JSON 格式

{
    "Code": "OK",
    "HttpStatusCode": 200,
    "ScriptVoiceConfigs":{
        "List":[
         {
        "InstanceId": "fa0e21e9-caab-4629-9121-1e341243d599",
        "ScriptContent": "请问你是 @name 吗",
        "ScriptId": "a7441a05-43bb-4a2d-acb0-365f245d7a5b",
        "ScriptVoiceConfigId": 100,
        "ScriptWaveformRelation":"",
        "Type":"TTS",
        "Source":"DIALOGUE_FLOW"
        }
    ],
     "PageNumber":1,
        "PageSize":10,
        "TotalCount":20
    },
    "Success": true
}

错误码

HttpCode 错误码 错误信息 描述
500 InternalError An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. 内部错误。建议重试,如果多次重试报错请提交工单。
404 NotExist.Instance The specified Instance does not exist. 指定的实例不存在。
404 NotExist.Script The specified Script does not exist. 指定的话术不存在。

访问错误中心查看更多错误码。