創(chuàng)建對話流程

調試

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

請求參數(shù)

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

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

InstanceId String 174952ab-9825-4cc9-a5e2-de82d7fa4cdd

實例id

DialogueName String 主流程

對話流程名字

ScriptId String d0bf93dd-1a54-4f00-819e-c75502d38681

話術id

DialogueFlowType String MainFlow

流程類型,子流程類型 SubFlow, 主流程類型 MainFlow

返回數(shù)據(jù)

名稱 類型 示例值 描述
HttpStatusCode Integer 200

http 狀態(tài)碼

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

請求id

DialogueFlowId String 390515b5-6115-4ccf-83e2-52d5bfaf2ddf

對話流id

Success Boolean true

是否成功

Code String OK

狀態(tài)碼

Message String Success

接口提示信息

示例

請求示例

http(s)://[Endpoint]/?Action=CreateDialogueFlow
&InstanceId=174952ab-9825-4cc9-a5e2-de82d7fa4cdd
&DialogueName=主流程
&ScriptId=d0bf93dd-1a54-4f00-819e-c75502d38681
&DialogueFlowType=MainFlow
&公共請求參數(shù)

正常返回示例

XML格式

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

<CreateDialogueFlowResponse>
    <HttpStatusCode>200</HttpStatusCode>
    <RequestId>254EB995-DEDF-48A4-9101-9CA5B72FFBCC</RequestId>
    <DialogueFlowId>390515b5-6115-4ccf-83e2-52d5bfaf2ddf</DialogueFlowId>
    <Success>true</Success>
    <Code>OK</Code>
    <Message>Success</Message>
</CreateDialogueFlowResponse>

JSON格式

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

{
  "HttpStatusCode" : 200,
  "RequestId" : "254EB995-DEDF-48A4-9101-9CA5B72FFBCC",
  "DialogueFlowId" : "390515b5-6115-4ccf-83e2-52d5bfaf2ddf",
  "Success" : true,
  "Code" : "OK",
  "Message" : "Success"
}

錯誤碼

HttpCode 錯誤碼 錯誤信息 描述
400 InvalidDialogueFlowName.Duplicated The specified DialogueFlowName already exists. 對話流名稱已經(jīng)存在。請您更換一個名字。
404 NotExist.Instance The specified Instance does not exist. 指定的實例不存在。
500 InternalError An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. 內部錯誤。建議重試,如果多次重試報錯請?zhí)峤还巍?/td>

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