AcsSmsReceivedEventData type

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

type AcsSmsReceivedEventData = AcsSmsEventBase & {
  message: string
  receivedTimestamp: string
}