Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.74 KB

File metadata and controls

24 lines (21 loc) · 1.74 KB

InboundCallbackMessage

Properties

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.
application_id string The ID of the Application your from number or senderId is associated with in the Bandwidth App.
time \DateTime
segment_count int The number of segments the user's message is broken into before sending over carrier networks.
direction \Bandwidth\Model\MessageDirectionEnum
to 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 string[] Optional media, not applicable for sms [optional]
priority \Bandwidth\Model\PriorityEnum [optional]
channel \Bandwidth\Model\MultiChannelMessageChannelEnum [optional]
content \Bandwidth\Model\MultiChannelMessageContent [optional]
suggestion_response \Bandwidth\Model\RbmSuggestionResponse [optional]
location_response \Bandwidth\Model\RbmLocationResponse [optional]

[Back to Model list] [Back to API list] [Back to README]