Conversation
Last updated
Last updated
POST /api/conversation/message HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 31
{
"id": "text",
"user_message": ""
}{
"id": "text",
"message": "text"
}POST /api/conversation/get-conversation HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 13
{
"id": "text"
}{
"response": [
{
"from": "user",
"content": "text",
"action": "SEARCH",
"datas": null
}
]
}