ActivityHandler.InvokeResponseException.CreateInvokeResponse Method

Definition

A factory method that creates a new InvokeResponse object with the status code and body of the current object..

public Microsoft.Bot.Builder.InvokeResponse CreateInvokeResponse ();
member this.CreateInvokeResponse : unit -> Microsoft.Bot.Builder.InvokeResponse
Public Function CreateInvokeResponse () As InvokeResponse

Returns

A new InvokeResponse object.

Applies to