ActivityHandler.InvokeResponseException.CreateInvokeResponse 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.
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.