調試環境開啟會話

調試

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

請求參數

名稱 類型 是否必選 示例值 描述
Action String DebugBeginDialogue

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

CallingNumber String 135815*****

主叫號碼

ConversationId String 8a503680-815d-473e-a9b0-e010f47a64d2

會話id

InstanceId String 8a503680-815d-473e-a9b0-e010f47a64d2

實例id

CalledNumber String 10086

被叫號碼

InitialContext String {}

會話信息

返回數據

名稱 類型 示例值 描述
Action String Broadcast

動作指令

ActionParams String {}

動作指令參數

Interruptible Boolean true

IVR播報是否可打斷

RequestId String 14C39896-AE6D-4643-9C9A-E0566B2C2DDD

請求id

TextResponse String 您好,歡迎致電智能助手

播報內容

示例

請求示例

http(s)://[Endpoint]/?Action=DebugBeginDialogue
&CallingNumber=135815*****
&ConversationId=8a503680-815d-473e-a9b0-e010f47a64d2
&InstanceId=8a503680-815d-473e-a9b0-e010f47a64d2
&<公共請求參數>

正常返回示例

XML 格式

<RequestId>14C39896-AE6D-4643-9C9A-E0566B2C2DDD</RequestId>
<TextResponse>您好,歡迎致電智能助手</TextResponse>
<Interruptible>false</Interruptible>
<Action>Broadcast</Action>

JSON 格式

{
    "RequestId": "14C39896-AE6D-4643-9C9A-E0566B2C2DDD",
    "TextResponse" : "您好,歡迎致電智能助手",
    "Interruptible" : false,
    "Action" : "Broadcast"
}

錯誤碼

HttpCode 錯誤碼 錯誤信息 描述
500 InternalError An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. 內部錯誤。建議重試,如果多次重試報錯請提交工單。
404 InvalidInstanceId.NotFound The specified InstanceId does not exist. 指定的實例ID不存在。

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

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