La plataforma RBM establece este campo. No lo incluyas cuando crees un evento de agente. El campo resuelve "phones/{E.164}/agentEvents/{eventId}", donde {E.164} es el número de teléfono del usuario en formato E.164 y {eventId} es el ID asignado por el agente del evento del agente.
La plataforma RBM establece este campo. No lo incluyas cuando crees un mensaje de agente. El campo determina la hora en que se envía el evento al usuario.
Usa RFC 3339, en el que el resultado generado siempre se normalizará en Z y usará 0, 3, 6 o 9 dígitos fraccionarios. También se aceptan compensaciones distintas de "Z". Ejemplos: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" o "2014-10-02T15:01:23+05:30".
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-04-27 (UTC)"],[[["`AgentEvent` represents an event sent from an agent to a user, containing details about the event's type and status."],["The `eventType` field defines the type of agent event, which can include `IS_TYPING` or `READ`, while `TYPE_UNSPECIFIED` means it was not specified."],["The `messageId` field indicates which user message the agent event corresponds to, and is specifically used for `READ` type events."],["The `sendTime` field, formatted as a Timestamp, signifies when the event was dispatched to the user, accepting RFC 3339 formats."],["The `create` method within `phones.agentEvents` allows for the sending of an event from the agent to the user."]]],[]]