Share via


InvokeResponseFactory.AdaptiveCard(Object) Method

Definition

Creates invoke response with an adaptive card.

public static Microsoft.Bot.Builder.InvokeResponse AdaptiveCard (object card);
static member AdaptiveCard : obj -> Microsoft.Bot.Builder.InvokeResponse
Public Shared Function AdaptiveCard (card As Object) As InvokeResponse

Parameters

card
Object

The adaptive card included in the response body.

Returns

An instance of InvokeResponse

Applies to