AcsSmsDeliveryReportReceivedEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.SMSDeliveryReportReceived event.
- Extends
Properties
delivery |
List of details of delivery attempts made |
delivery |
Status of Delivery |
delivery |
Details about Delivery Status |
received |
The time at which the SMS delivery report was received |
tag | Customer Content |
Inherited Properties
from | The identity of SMS message sender |
message |
The identity of the SMS message |
to | The identity of SMS message receiver |
Property Details
deliveryAttempts
List of details of delivery attempts made
deliveryAttempts: AcsSmsDeliveryAttempt[]
Property Value
deliveryStatus
Status of Delivery
deliveryStatus: string
Property Value
string
deliveryStatusDetails
Details about Delivery Status
deliveryStatusDetails: string
Property Value
string
receivedTimestamp
The time at which the SMS delivery report was received
receivedTimestamp?: string
Property Value
string
tag
Customer Content
tag?: string
Property Value
string
Inherited Property Details
from
The identity of SMS message sender
from: string
Property Value
string
Inherited From AcsSmsEventBase.from
messageId
The identity of the SMS message
messageId: string
Property Value
string
Inherited From AcsSmsEventBase.messageId
to
The identity of SMS message receiver
to: string
Property Value
string
Inherited From AcsSmsEventBase.to