Delen via


ActivityHandler.CreateInvokeResponse(Object) Methode

Definitie

Een InvokeResponse factory die de hoofdtekst initialiseert naar de parameter die is doorgegeven en de status gelijk is aan 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 geserialiseerde inhoud van een POST-antwoord.

Retouren

Een nieuw InvokeResponse object.

Van toepassing op