開(kāi)啟會(huì)話(huà)

調(diào)試

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

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

名稱(chēng) 類(lèi)型 是否必選 示例值 描述
Action String BeginDialogue

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

CallingNumber String 1358158****

主叫號(hào)碼

ConversationId String c28fc549-d88f-4f6e-85ad-a0806e5e39c0

會(huì)話(huà)id

InstanceId String 0099b75d-60fd-4c63-8541-7fbba0ae6bb0

實(shí)例id

CalledNumber String 10086

被叫號(hào)碼

InitialContext String {}

會(huì)話(huà)上下文

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

名稱(chēng) 類(lèi)型 示例值 描述
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)的文本

示例

請(qǐng)求示例

http(s)://[Endpoint]/?Action=BeginDialogue
&CallingNumber=1358158****
&ConversationId=c28fc549-d88f-4f6e-85ad-a0806e5e39c0
&InstanceId=0099b75d-60fd-4c63-8541-7fbba0ae6bb0
&<公共請(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不存在。

訪(fǎng)問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。

訪(fǎng)問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。