Share via


TaskModuleResponse interface

Interface representing the response of a task module.

Properties

cacheInfo

The cache information.

task

The task module continue or message response.

Property Details

cacheInfo

The cache information.

cacheInfo?: any

Property Value

any

task

The task module continue or message response.

task?: TaskModuleContinueResponse | TaskModuleMessageResponse

Property Value