對(duì)話接口

調(diào)試

您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。

請(qǐng)求參數(shù)

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

系統(tǒng)規(guī)定參數(shù)。取值:Dialogue。

ConversationId String da37319b-6c83-4268-9f19-814aed62e401

會(huì)話id

InstanceId String 21e0b2a3-168d-4ba7-9009-afc42666eb54

實(shí)例id

Utterance String 是的

用戶表述

CalledNumber String 10086

被叫號(hào)碼

CallingNumber String 125815*****

主叫號(hào)碼

AdditionalContext String {}

會(huì)話上下文

返回?cái)?shù)據(jù)

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

動(dòng)作指令

ActionParams String {}

動(dòng)作參數(shù)

Interruptible Boolean true

ivr 播報(bào)是否可打斷

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

請(qǐng)求id

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

播報(bào)內(nèi)容

示例

請(qǐng)求示例

http(s)://[Endpoint]/?Action=Dialogue
&ConversationId=da37319b-6c83-4268-9f19-814aed62e401
&InstanceId=21e0b2a3-168d-4ba7-9009-afc42666eb54
&Utterance=是的
&<公共請(qǐng)求參數(shù)>

正常返回示例

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"
}

錯(cuò)誤碼

HttpCode 錯(cuò)誤碼 錯(cuò)誤信息 描述
500 InternalError An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. 內(nèi)部錯(cuò)誤。建議重試,如果多次重試報(bào)錯(cuò)請(qǐng)?zhí)峤还巍?/td>
404 InvalidInstanceId.NotFound The specified InstanceId does not exist. 指定的實(shí)例ID不存在。

訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。

訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。