MessagingExtensionActionResponse interface
Represents the response of a messaging extension action.
Properties
| cache |
Cache information for the response. |
| compose |
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