Questions tagged [web-chat]

The Bot Framework Web Chat component is a highly-customizable web-based client for the Bot Framework V4 SDK. The Bot Framework SDK v4 enables developers to model conversation and build sophisticated bot applications.

See the Web Chat GitHub Repo for more information.

345 questions
1
vote
0 answers

How to use/update adaptivecards latest version features inside node-modules of react app using bot-framework webchat?

We developed a bot using nodejs(backend) and react webchat(frontend) via directline.In the backend we used adaptive cards with version 1.0 .....now we want to use the latest features of adaptive cards like isRequired parameter here which is not…
1
vote
1 answer

How to handle DIRECT_LINE/POST_ACTIVITY_REJECTED

I'm implementing webchat with token based along with chat persistence everything works fine when user is online, but after some idle time if user is offline with no internet connectivity, for about 30-45 mins then later he gets back online and when…
KSK
  • 53
  • 6
1
vote
1 answer

Passing variables from webchat client to bot framework

I have a requirement to pass an ID from webchat client to the bot. I did my research and found this stackoverflow post where @justin-harris mentions the following code const originalDirectline = props.webchat.createDirectLine({ token, }) const…
1
vote
0 answers

js client for azure DirectLine App Service Extension

I am using DirectLine App service extension in order to connect with bot logic. I want to know if there any JS client available for this on the UI side. Azure documentation have C#…
1
vote
1 answer

Start dialogue in botframework webchat

I have a question with the webchat, when I publish my bot in azure and I test it test in Web Chat, the bot always starts greeting me with the OnMembersAddedAsync method, but when I deploy it on my server using