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 received message channel Kind |
content | The received message content |
context | The received message context |
interactive |
The received message interactive content |
media |
The received message media content |
message |
Message ID. Format is Guid as string. |
message |
WhatsApp Message Type |
reaction | The received message reaction 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 received message channel Kind
channelKind?: string
Property Value
string
content
The received 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
messageId
Message ID. Format is Guid as string.
messageId?: string
Property Value
string
messageType
WhatsApp Message Type
messageType: string
Property Value
string
reaction
The received message reaction content
reaction?: AcsMessageReactionContent
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?: string
Property Value
string
Inherited From AcsMessageEventData.receivedTimestamp