查詢話術列表。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
請求參數
名稱 |
類型 |
是否必選 |
示例值 |
描述 |
Action | String | 是 | ListScripts | 系統規定參數。取值:ListScripts。 |
InstanceId | String | 是 | bdd49242-114c-4045-b1d1-25ccc1756c75 | 實例ID |
PageNumber | Integer | 是 | 1 | 頁號 |
PageSize | Integer | 是 | 10 | 每頁顯示的條數 |
返回數據
名稱 |
類型 |
示例值 |
描述 |
HttpStatusCode | Integer | 200 | HTTP狀態碼 |
Code | String | OK | 狀態碼 |
Message | String | Success | 接口提示消息 |
RequestId | String | 254EB995-DEDF-48A4-9101-9CA5B72FFBCC | 請求ID |
Success | Boolean | true | 是否成功 |
Scripts | Object | 話術列表 |
|
PageNumber | Integer | 1 | 頁號 |
PageSize | Integer | 10 | 分頁大小 |
TotalCount | Integer | 15 | 總計個數 |
List | Array of Script | 話術數組 |
|
Status | String | DRAFTED | 話術狀態 |
UpdateTime | Long | 1578965079000 | 更新時間 |
ScriptId | String | 8d6a6e41-8093-49af-a9d1-0281878758ac | 話術ID |
IsDebugDrafted | Boolean | true | 調試版本是否為草稿態 |
Industry | String | 金融 | 行業 |
ScriptDescription | String | 電話銷售話術 | 話術描述 |
IsDrafted | Boolean | true | 是否是草稿 |
DebugStatus | String | DRAFTED | 調試狀態 |
MiniPlaybackEnable | Boolean | false | 承接語配置開關 |
RejectReason | String | 話術用語不合規 | 審核失敗理由 |
Scene | String | 電銷 | 場景 |
ScriptName | String | 電話銷售話術 | 話術名字 |
NewBargeInEnable | Boolean | false | 優雅打斷配置開關 |
LongWaitEnable | Boolean | false | 長時停頓配置開關 |
EmotionEnable | Boolean | false | 情緒識別配置開關 |
IsPreset | Boolean | false | 是否是預置場景 |
AgentKey | String | 14791f5f226b4878b3d9b676a0291234 | 機器人業務空間訪問Key |
AgentLlm | Boolean | false | 機器人業務空間是否大模型業務空間 |
agentId | Long | 1160195 | 機器人業務空間ID |
示例
請求示例
http(s)://[Endpoint]/?Action=ListScripts
&InstanceId=bdd49242-114c-4045-b1d1-25ccc1756c75
&PageNumber=1
&PageSize=10
&公共請求參數
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<ListScriptsResponse>
<HttpStatusCode>200</HttpStatusCode>
<Code>OK</Code>
<Message>Success</Message>
<RequestId>254EB995-DEDF-48A4-9101-9CA5B72FFBCC</RequestId>
<Success>true</Success>
<Scripts>
<PageNumber>1</PageNumber>
<PageSize>10</PageSize>
<TotalCount>15</TotalCount>
<List>
<Status>DRAFTED</Status>
<UpdateTime>1578965079000</UpdateTime>
<ScriptId>8d6a6e41-8093-49af-a9d1-0281878758ac</ScriptId>
<IsDebugDrafted>true</IsDebugDrafted>
<Industry>金融</Industry>
<ScriptDescription>電話銷售話術</ScriptDescription>
<IsDrafted>true</IsDrafted>
<DebugStatus>DRAFTED</DebugStatus>
<MiniPlaybackEnable>false</MiniPlaybackEnable>
<RejectReason>話術用語不合規</RejectReason>
<Scene>電銷</Scene>
<ScriptName>電話銷售話術</ScriptName>
<NewBargeInEnable>false</NewBargeInEnable>
<LongWaitEnable>false</LongWaitEnable>
<EmotionEnable>false</EmotionEnable>
<IsPreset>false</IsPreset>
<AgentKey>14791f5f226b4878b3d9b676a0291234</AgentKey>
<AgentLlm>false</AgentLlm>
<agentId>1160195</agentId>
</List>
</Scripts>
</ListScriptsResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"HttpStatusCode" : 200,
"Code" : "OK",
"Message" : "Success",
"RequestId" : "254EB995-DEDF-48A4-9101-9CA5B72FFBCC",
"Success" : true,
"Scripts" : {
"PageNumber" : 1,
"PageSize" : 10,
"TotalCount" : 15,
"List" : [ {
"Status" : "DRAFTED",
"UpdateTime" : 1578965079000,
"ScriptId" : "8d6a6e41-8093-49af-a9d1-0281878758ac",
"IsDebugDrafted" : true,
"Industry" : "金融",
"ScriptDescription" : "電話銷售話術",
"IsDrafted" : true,
"DebugStatus" : "DRAFTED",
"MiniPlaybackEnable" : false,
"RejectReason" : "話術用語不合規",
"Scene" : "電銷",
"ScriptName" : "電話銷售話術",
"NewBargeInEnable" : false,
"LongWaitEnable" : false,
"EmotionEnable" : false,
"IsPreset" : false,
"AgentKey" : "14791f5f226b4878b3d9b676a0291234",
"AgentLlm" : false,
"agentId" : 1160195
} ]
}
}
錯誤碼
HttpCode |
錯誤碼 |
錯誤信息 |
描述 |
404 | NotExist.Instance | The specified Instance does not exist. | 指定的實例不存在。 |
500 | InternalError | An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. | 內部錯誤。建議重試,如果多次重試報錯請提交工單。 |
訪問錯誤中心查看更多錯誤碼。
文檔內容是否對您有幫助?