InvokeResponseFactory.AdaptiveCard(Object) 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.
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