AcsMessageReceivedEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.AdvancedMessageReceived event.
- Extends
Properties
| button | The received message button content |
| channel |
The message channel type |
| content | The message content |
| context | The received message context |
| interactive |
The received message interactive content |
| media |
The received message media content |
Inherited Properties
| error | The channel event error |
| from | The message sender |
| received |
The time message was received |
| to | The message recipient |
Property Details
button
The received message button content
button: AcsMessageButtonContent
Property Value
channelKind
The message channel type
channelKind: string
Property Value
string
content
The message content
content?: string
Property Value
string
context
interactiveContent
The received message interactive content
interactiveContent: AcsMessageInteractiveContent
Property Value
mediaContent
The received message media content
mediaContent: AcsMessageMediaContent
Property Value
Inherited Property Details
error
The channel event error
error: AcsMessageChannelEventError
Property Value
Inherited From AcsMessageEventData.error
from
receivedTimeStamp
The time message was received
receivedTimeStamp: Date
Property Value
Date
Inherited From AcsMessageEventData.receivedTimeStamp