AdaptiveCardInvokeResponseFactory.AdaptiveCard(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.