python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Adaptive card rendering in bot framework SDK v4 using visual c#
Hi I have developed a chatbot using core bot template in bot framework SDK v4 and I have published it in my azure portal, and Im able to open it in webchat. I am trying to add styles to my adaptive ca...
di007
Votes: 0
Answers: 0
Setting up host config for adaptive card in bot framework
I wanted to know how to setup hostconfig to my adaptive card for styles. Im new to bot framework and wanted to know how to implement host config for adaptive card in c# , even checked [https://learn.m...
di007
Votes: 0
Answers: 1
How to serve different files based on screen size with Express?
I'm trying to create an adaptive express server. Basically, whatever request it is, insert a screen type in the url and process the request again.
// bring in express
const express = require("exp...
BrijeshSinghal
Votes: 0
Answers: 0