ChatMessageCreateRequest

One message from the person in a web chat, which the customer's backend posts to POST /v1/chats/{chat_id}/messages. The agent's reply is read from the chat's message list.

  • Your own id for this message, unique within the chat. Send the same id again to retry safely: Resia answers with the message it stored the first time and does not reply a second time.

  • What the person wrote. Text of only spaces is refused.