Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl committed Jan 18, 2024
1 parent 437c606 commit af26f4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ private CompletableFuture<Void> getDebug(TurnContext turnContext, String text,

if(text.equals("button carousel"))
{
String jsonString = "{ \\\"type\\\": \\\"buttonCarousel\\\", \\\"id\\\": \\\"buttonCarousel\\\", \\\"data\\\": { \\\"buttonCards\\\": [ { \\\"title\\\": \\\"Soul Machines\\\", \\\"imageUrl\\\": \\\"https:\\/\\/www.soulmachines.com\\/wp-content\\/uploads\\/cropped-sm-favicon-180x180.png\\\", \\\"description\\\":\\\"1 Soul Machines is the leader in astonishing AGI\\\", \\\"imageAltText\\\": \\\"some text\\\", \\\"buttonText\\\": \\\"push me\\\" }, { \\\"title\\\": \\\"Soul Machines\\\", \\\"imageUrl\\\": \\\"https:\\/\\/www.soulmachines.com\\/wp-content\\/uploads\\/cropped-sm-favicon-180x180.png\\\", \\\"description\\\":\\\"2 Soul Machines is the leader in astonishing AGI\\\", \\\"imageAltText\\\": \\\"some text\\\", \\\"buttonText\\\": \\\"push me\\\" }, { \\\"title\\\": \\\"Soul Machines\\\", \\\"imageUrl\\\": \\\"https:\\/\\/www.soulmachines.com\\/wp-content\\/uploads\\/cropped-sm-favicon-180x180.png\\\", \\\"description\\\":\\\"3 Soul Machines is the leader in astonishing AGI\\\", \\\"imageAltText\\\": \\\"some text\\\", \\\"buttonText\\\": \\\"push me\\\" }, ] } }";
String jsonString = "{\"type\":\"buttonCarousel\",\"id\":\"buttonCarousel\",\"data\":{\"buttonCards\":[{\"title\":\"Soul Machines\",\"imageUrl\":\"https://www.soulmachines.com/wp-content/uploads/cropped-sm-favicon-180x180.png\",\"description\":\"1 Soul Machines is the leader in astonishing AGI\",\"imageAltText\":\"some text\",\"buttonText\":\"push me\"},{\"title\":\"Soul Machines\",\"imageUrl\":\"https://www.soulmachines.com/wp-content/uploads/cropped-sm-favicon-180x180.png\",\"description\":\"2 Soul Machines is the leader in astonishing AGI\",\"imageAltText\":\"some text\",\"buttonText\":\"push me\"},{\"title\":\"Soul Machines\",\"imageUrl\":\"https://www.soulmachines.com/wp-content/uploads/cropped-sm-favicon-180x180.png\",\"description\":\"3 Soul Machines is the leader in astonishing AGI\",\"imageAltText\":\"some text\",\"buttonText\":\"push me\"},]}}";
Attachment attachment = new Attachment();
attachment.setContentType("application/json");

Expand Down

0 comments on commit af26f4b

Please sign in to comment.