Share via


MessagingExtensionResult interface

Represents the result of a messaging extension.

Properties

activityPreview

Preview of the activity.

attachmentLayout

The layout of the attachments.

attachments

A list of attachments.

suggestedActions

Suggested actions for the result.

text

Text content of the result.

type

The type of the result.

Property Details

activityPreview

Preview of the activity.

activityPreview?: Activity

Property Value

attachmentLayout

The layout of the attachments.

attachmentLayout?: AttachmentLayout

Property Value

attachments

A list of attachments.

attachments?: MessagingExtensionAttachment[]

Property Value

suggestedActions

Suggested actions for the result.

suggestedActions?: MessagingExtensionSuggestedAction

Property Value

text

Text content of the result.

text?: string

Property Value

string

type

The type of the result.

type?: MessagingExtensionResultType

Property Value