共用方式為


ActivityHandler.InvokeResponseException.CreateInvokeResponse 方法

定義

Factory 方法,會使用目前 物件的狀態碼和本文來建立新的 InvokeResponse 物件。

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

傳回

新的 InvokeResponse 物件。

適用於