Del via


AdaptiveCardInvokeResponseFactory.AdaptiveCard(String) Method

Definition

Returns response with type "application/vnd.microsoft.card.adaptive".

public static Microsoft.Agents.Core.Models.AdaptiveCardInvokeResponse AdaptiveCard(string adaptiveCardJson);
static member AdaptiveCard : string -> Microsoft.Agents.Core.Models.AdaptiveCardInvokeResponse
Public Shared Function AdaptiveCard (adaptiveCardJson As String) As AdaptiveCardInvokeResponse

Parameters

adaptiveCardJson
String

An AdaptiveCard JSON value.

Returns

The response that includes an Adaptive Card that the client should display.

Applies to