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?: TProperty Value
T
status
The HTTP status code of the response.
status: numberProperty Value
number