Skip to main content
POST
/
v1
/
aibot
/
bots
/
{AgentId}
/
conversation
Create Conversation
curl --request POST \
  --url http://{your-domain}/v1/aibot/bots/{AgentId}/conversation
{
  "conversationId": "<string>",
  "title": "<string>",
  "createTime": "<string>",
  "updateTime": "<string>"
}

Path Parameters

AgentId
string
required

Response

201 - application/json

Conversation created successfully

conversationId
string
required
title
string
required
createTime
string
required
updateTime
string
required