curl --location -g --request POST 'http://dev-cn.your-api-server.com[企业预先配置url]' \
--header 'Content-Type: application/json' \
--data-raw '{
"business_id":"10527",
"app_id":"123",
"robot_id":"10527",
"call_uuid":"f3b13ebc-6394-11e8-907d-ebcc4d560c04",
"dialog":[
{
"seq":"3",
"role":"robot",
"node_id":"word_node_70601",
"node_name":"开头语",
"text_robot":"喂,您好!",
"text_man":"",
"question_id":""
},
{
"seq":"4",
"role":"customer",
"node_id":"word_node_70601",
"node_name":"开头语",
"text_robot":"喂,您好!",
"text_man":"",
"question_id":"",
"hits":[
{
"hit":"任意回答",
"pick":true,
"answer_id":""
}
]
}
]
}'