Отправляет сообщение от агента пользователю. Если диалог не существует или агент пытается отправить сообщение в диалоге, в котором он не авторизован, возвращается ошибка PERMISSION DENIED .
HTTP-запрос
POST https://businessmessages.googleapis.com/v1/{parent=conversations/*}/messages
[null,null,["Последнее обновление: 2024-10-25 UTC."],[[["Sends a message from an agent to a user within a specific conversation."],["Returns a `PERMISSION DENIED` error if the conversation doesn't exist or the agent isn't authorized."],["Allows sending fallback text instead of the main message content for non-launched agents using the `forceFallback` query parameter."],["Requires the `https://www.googleapis.com/auth/businessmessages` OAuth scope for authorization."],["Uses the `POST` method with the URL `https://businessmessages.googleapis.com/v1/{parent=conversations/*}/messages` to send the message."]]],[]]