Agent/Ai-Bot is typing a message indicator for live chat
POST/conversations/providers/live-chat/typing
Agent/AI-Bot will call this when they are typing a message in live chat message
Request
Version stringrequired
API Version
Available options
v3- application/json
- Body
- Example (auto)
Bodyrequired
locationIdstringrequired
Location Id
isTypingstringrequired
Typing status
visitorIdstringrequired
visitorId is the Unique ID assigned to each Live chat visitor. visitorId will be added soon in GET Contact API
conversationIdstringrequired
Conversation Id
{
"locationId": "ve9EPM428h8vShlRW1KT",
"isTyping": true,
"visitorId": "ve9EPM428h8vShlRW1KT",
"conversationId": "ve9EPM428h8vShlRW1KT"
}
Show typing indicator for live chat
- application/json
- Schema
- Example (auto)
Schema
successbooleanrequired
{
"success": true
}