TextMessageSubmissionResponse
An accepted submission: the id to read it back by, and one resource per recipient.
The resources are returned in the order the recipients were submitted. created is false when
a repeated idempotency key returned the original submission, which is how a caller tells a safe
retry from a new send.
- createdType: booleanrequired
- submissionType: string
_id min length:1max length:512deprecatedrequiredDeprecated alias of batch_id; it carries the same value. Use batch_id.
- Properties: 11textType: array of TextMessageResource 1…
_messages required - batchType: string
_id min length:1max length:512nullableThe batch this send created. The same value the new /v1/text-message-batches submit returns as its batch id.

