AcsSmsReceivedEventData interface

Schema of the Data property of an EventGridEvent for a Microsoft.Communication.SMSReceived event.

Extends

Properties

message

The SMS content

receivedTimestamp

The time at which the SMS was received

segmentCount

Number of segments in the message

Inherited Properties

from

The identity of SMS message sender

messageId

The identity of the SMS message

to

The identity of SMS message receiver

Property Details

message

The SMS content

message?: string

Property Value

string

receivedTimestamp

The time at which the SMS was received

receivedTimestamp?: string

Property Value

string

segmentCount

Number of segments in the message

segmentCount: number

Property Value

number

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