日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

DescribeScript

返回一個話術的信息。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

請求參數

名稱

類型

是否必選

示例值

描述

Action String DescribeScript

系統規定參數。取值:DescribeScript。

InstanceId String 38d2e8ed-04e9-4dac-83b5-a8e57642ef13

實例ID

ScriptId String bee7e5b1-5d9a-4389-aa7e-bbbee5353a16

話術ID

返回數據

名稱

類型

示例值

描述

HttpStatusCode Integer 200

HTTP狀態碼

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

請求ID

Success Boolean true

是否成功

Code String OK

接口狀態碼

Message String Success

接口提示消息

Script Object

話術

Status String DRAFTED

話術狀態

UpdateTime Long 1578881227000

更新時間

ChatbotId String chatbot-cn-EJfqqa***

對話機器人ID

ScriptId String 810b5872-57f0-4b27-80ab-7b3f4d8a6374

話術ID

IsDebugDrafted Boolean true

調試版本是否為草稿態

Industry String 金融

行業

ScriptDescription String 催收話術

話術描述

MiniPlaybackEnable Boolean true

語氣承接配置開關

IsDrafted Boolean true

是否是草稿狀態

TtsConfig String {\"voice\":\"xiaobei\",\"volume\":\"50\",\"speechRate\":\"-150\",\"pitchRate\":\"0\"}

話術的TTS配置

DebugStatus String DRAFTED

調試話術的狀態

AsrConfig String {\"AppKey\":\"3GHttnsvir1FeWWb\"}

ASR配置

Scene String 催收

場景

ScriptName String 催收話術

話術名字

NewBargeInEnable Boolean true

優雅打斷配置開關

LongWaitEnable Boolean true

智能斷句配置開關

EmotionEnable Boolean true

情緒識別配置開關

AgentId Long 1218333

機器人業務空間訪問Key

AgentKey String 14791f5f226b4878b3d9b676a0291234

機器人業務空間訪問Key

AgentLlm Boolean true

機器人業務空間是否大模型業務空間

NlsConfig String none

已作廢

示例

請求示例

http(s)://[Endpoint]/?Action=DescribeScript
&InstanceId=38d2e8ed-04e9-4dac-83b5-a8e57642ef13
&ScriptId=bee7e5b1-5d9a-4389-aa7e-bbbee5353a16
&公共請求參數

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<DescribeScriptResponse>
    <HttpStatusCode>200</HttpStatusCode>
    <RequestId>254EB995-DEDF-48A4-9101-9CA5B72FFBCC</RequestId>
    <Success>true</Success>
    <Code>OK</Code>
    <Message>Success</Message>
    <Script>
        <Status>DRAFTED</Status>
        <UpdateTime>1578881227000</UpdateTime>
        <ChatbotId>chatbot-cn-EJfqqa***</ChatbotId>
        <ScriptId>810b5872-57f0-4b27-80ab-7b3f4d8a6374</ScriptId>
        <IsDebugDrafted>true</IsDebugDrafted>
        <Industry>金融</Industry>
        <ScriptDescription>催收話術</ScriptDescription>
        <MiniPlaybackEnable>true</MiniPlaybackEnable>
        <IsDrafted>true</IsDrafted>
        <TtsConfig>{\"voice\":\"xiaobei\",\"volume\":\"50\",\"speechRate\":\"-150\",\"pitchRate\":\"0\"}</TtsConfig>
        <DebugStatus>DRAFTED</DebugStatus>
        <AsrConfig>{\"AppKey\":\"3GHttnsvir1FeWWb\"}</AsrConfig>
        <Scene>催收</Scene>
        <ScriptName>催收話術</ScriptName>
        <NewBargeInEnable>true</NewBargeInEnable>
        <LongWaitEnable>true</LongWaitEnable>
        <EmotionEnable>true</EmotionEnable>
        <AgentId>1218333</AgentId>
        <AgentKey>14791f5f226b4878b3d9b676a0291234</AgentKey>
        <AgentLlm>true</AgentLlm>
    </Script>
    <NlsConfig>none</NlsConfig>
</DescribeScriptResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "HttpStatusCode" : 200,
  "RequestId" : "254EB995-DEDF-48A4-9101-9CA5B72FFBCC",
  "Success" : true,
  "Code" : "OK",
  "Message" : "Success",
  "Script" : {
    "Status" : "DRAFTED",
    "UpdateTime" : 1578881227000,
    "ChatbotId" : "chatbot-cn-EJfqqa***",
    "ScriptId" : "810b5872-57f0-4b27-80ab-7b3f4d8a6374",
    "IsDebugDrafted" : true,
    "Industry" : "金融",
    "ScriptDescription" : "催收話術",
    "MiniPlaybackEnable" : true,
    "IsDrafted" : true,
    "TtsConfig" : "{\\\"voice\\\":\\\"xiaobei\\\",\\\"volume\\\":\\\"50\\\",\\\"speechRate\\\":\\\"-150\\\",\\\"pitchRate\\\":\\\"0\\\"}",
    "DebugStatus" : "DRAFTED",
    "AsrConfig" : "{\\\"AppKey\\\":\\\"3GHttnsvir1FeWWb\\\"}",
    "Scene" : "催收",
    "ScriptName" : "催收話術",
    "NewBargeInEnable" : true,
    "LongWaitEnable" : true,
    "EmotionEnable" : true,
    "AgentId" : 1218333,
    "AgentKey" : "14791f5f226b4878b3d9b676a0291234",
    "AgentLlm" : true
  },
  "NlsConfig" : "none"
}

錯誤碼

HttpCode

錯誤碼

錯誤信息

描述

404 NotExist.Instance The specified Instance does not exist. 指定的實例不存在。
404 NotExist.Script The specified Script does not exist. 指定的話術不存在。
500 InternalError An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. 內部錯誤。建議重試,如果多次重試報錯請提交工單。

訪問錯誤中心查看更多錯誤碼。