MessagingExtensionResult interface
Represents the result of a messaging extension.
Properties
| activity |
Preview of the activity. |
| attachment |
The layout of the attachments. |
| attachments | A list of attachments. |
| suggested |
Suggested actions for the result. |
| text | Text content of the result. |
| type | The type of the result. |
Property Details
activityPreview
attachmentLayout
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