Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ This code example shows how to create a reply message that contains a Sign-in ca

##<a id="adaptive-card"></a> Add an Adaptive card to a message

The Adaptive Card can can contain any combination of text, speech, images, buttons, and input fields.
The Adaptive Card can contain any combination of text, speech, images, buttons, and input fields.
Adaptive Cards are created using the JSON format specified in <a href="http://adaptivecards.io" target="_blank">Adaptive Cards</a>, which gives you full control over card content and format.

To create an Adaptive Card using .NET, install the `Microsoft.AdaptiveCards` NuGet package. Then, leverage the information within the <a href="http://adaptivecards.io" target="_blank">Adaptive Cards</a> site to understand Adaptive Card schema, explore Adaptive Card elements, and see JSON samples that can be used to create cards of varying composition and complexity. Additionally, you can use the Interactive Visualizer to design Adaptive Card payloads and preview card output.
Expand Down
2 changes: 1 addition & 1 deletion articles/nodejs/bot-builder-nodejs-send-rich-cards.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ The message batching delay is configurable. To disable the SDK’s auto-batching

## Send an Adaptive card

The Adaptive Card can can contain any combination of text, speech, images, buttons, and input fields.
The Adaptive Card can contain any combination of text, speech, images, buttons, and input fields.
Adaptive Cards are created using the JSON format specified in <a href="http://adaptivecards.io" target="_blank">Adaptive Cards</a>, which gives you full control over card content and format.

To create an Adaptive Card using Node.js, leverage the information within the <a href="http://adaptivecards.io" target="_blank">Adaptive Cards</a> site to understand Adaptive Card schema, explore Adaptive Card elements, and see JSON samples that can be used to create cards of varying composition and complexity. Additionally, you can use the Interactive Visualizer to design Adaptive Card payloads and preview card output.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Content-Type: application/json

##<a id="adaptive-card"></a> Add an Adaptive card to a message

The Adaptive Card can can contain any combination of text, speech, images, buttons, and input fields.
The Adaptive Card can contain any combination of text, speech, images, buttons, and input fields.
Adaptive Cards are created using the JSON format specified in <a href="http://adaptivecards.io" target="_blank">Adaptive Cards</a>, which gives you full control over card content and format.

Leverage the information within the <a href="http://adaptivecards.io" target="_blank">Adaptive Cards</a> site to understand Adaptive Card schema, explore Adaptive Card elements, and see JSON samples that can be used to create cards of varying composition and complexity. Additionally, you can use the Interactive Visualizer to design Adaptive Card payloads and preview card output.
Expand Down