Share via


MessagingExtensionActionResponse interface

Represents the response of a messaging extension action.

Properties

cacheInfo

Cache information for the response.

composeExtension

The result of the compose extension.

task

The task module response.

Property Details

cacheInfo

Cache information for the response.

cacheInfo?: unknown

Property Value

unknown

composeExtension

The result of the compose extension.

composeExtension?: MessagingExtensionResult

Property Value

task

The task module response.

task?: TaskModuleContinueResponse | TaskModuleMessageResponse

Property Value