調試環境對話

調試

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

請求參數

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

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

ConversationId String 7cefbff0-8d50-4d6f-b93c-73cee23c1555

用戶表述

InstanceId String abb4aa26-3a8e-43dd-82f8-0c3898c9c67f

實例id

Utterance String 是的

用戶表述

AdditionalContext String {}

會話上下文

返回數據

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

動作

ActionParams String {}

動作參數

Interruptible Boolean true

ivr 播報是否可打斷

RequestId String d74d6290-7cbe-4436-b5d7-014ebb0f4060

請求id

TextResponse String 80d11be3-faad-4101-b4b0-59dbea28aaf0

播報的內容

示例

請求示例

http(s)://[Endpoint]/?Action=DebugDialogue
&ConversationId=7cefbff0-8d50-4d6f-b93c-73cee23c1555
&InstanceId=abb4aa26-3a8e-43dd-82f8-0c3898c9c67f
&Utterance=是的
&<公共請求參數>

正常返回示例

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不存在。

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

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