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.
- clientType: string
_message _id min length:1max length:512requiredYour 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.
- textType: stringmin length:1max length:4000required
What the person wrote. Text of only spaces is refused.

