| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | A unique identifier of the message. | |
| Owner | string | The Bandwidth phone number or alphanumeric identifier associated with the message. | |
| ApplicationId | string | The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. | |
| Time | DateTime | ||
| SegmentCount | int | The number of segments the user's message is broken into before sending over carrier networks. | |
| Direction | MessageDirectionEnum | ||
| To | List<string> | The phone number recipients of the message. | |
| From | string | The Bandwidth phone number or alphanumeric identifier the message was sent from. | |
| Text | string | [optional] | |
| Tag | string | A custom string that will be included in callback events of the message. Max 1024 characters. | [optional] |
| Media | List<string> | Optional media, not applicable for sms | [optional] |
| Priority | PriorityEnum | [optional] | |
| Channel | MultiChannelMessageChannelEnum | [optional] | |
| Content | MultiChannelMessageContent | [optional] | |
| SuggestionResponse | RbmSuggestionResponse | [optional] | |
| LocationResponse | RbmLocationResponse | [optional] |