创建对话流程

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String CreateDialogueFlow

系统规定参数。取值:CreateDialogueFlow

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

实例id

DialogueName String 主流程

对话流程名字

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

话术id

DialogueFlowType String MainFlow

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

返回数据

名称 类型 示例值 描述
HttpStatusCode Integer 200

http 状态码

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

请求id

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

对话流id

Success Boolean true

是否成功

Code String OK

状态码

Message String Success

接口提示信息

示例

请求示例

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

正常返回示例

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. 对话流名称已经存在。请您更换一个名字。
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. 内部错误。建议重试,如果多次重试报错请提交工单。

访问错误中心查看更多错误码。