ActivityHandler.CreateInvokeResponse(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fabrique InvokeResponse qui initialise le corps au paramètre passé et dont l’état est égal à 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
Paramètres
- body
- Object
Contenu sérialisé JSON à partir d’une réponse POST.
Retours
Nouvel objet InvokeResponse.