InvokeResponse interface
Represents a response returned by a bot when it receives an invoke
activity.
This interface supports the framework and is not intended to be called directly for your code.
Property Details
body
Optional. The body of the response.
body?: T
Property Value
T
status
The HTTP status code of the response.
status: number
Property Value
number