ActivityHandler.CreateInvokeResponse(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An InvokeResponse factory that initializes the body to the parameter passed and status equal to OK.
protected static Microsoft.Bot.Builder.InvokeResponse CreateInvokeResponse (object body = default);
static member CreateInvokeResponse : obj -> Microsoft.Bot.Builder.InvokeResponse
Protected Shared Function CreateInvokeResponse (Optional body As Object = Nothing) As InvokeResponse
Parameters
- body
- Object
JSON serialized content from a POST response.
Returns
A new InvokeResponse object.