Share via


AcsMessageReceivedEventData interface

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

Extends

Properties

button

The received message button content

channelKind

The message channel type

content

The message content

context

The received message context

interactiveContent

The received message interactive content

mediaContent

The received message media content

Inherited Properties

error

The channel event error

from

The message sender

receivedTimeStamp

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

The received message context

context: AcsMessageContext

Property Value

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

The message sender

from?: string

Property Value

string

Inherited From AcsMessageEventData.from

receivedTimeStamp

The time message was received

receivedTimeStamp: Date

Property Value

Date

Inherited From AcsMessageEventData.receivedTimeStamp

to

The message recipient

to?: string

Property Value

string

Inherited From AcsMessageEventData.to