python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do 'nubs' work in Bot Framework React Webchat?
I am aiming to make messages in a Microsoft Bot Framework Chatbot appear more like 'speech bubbles' and have a triangular 'nub' display to the side of each, eg
The React Webchat client provided as pa...
DaveM_77
Votes: 0
Answers: 1
BotFramework ReactWebChat With DirectLineAppServiceExtension getting repeated welcome message on specific time interval
I have C# SDK based azure bot developed and deployed on azure, this bot is using Language(Custom Question Answering) service for answering users questions.
The front end part is a SPFX React WebChat w...
Pravin Ambekar.
Votes: 0
Answers: 1
IBM Watson how to change the hint from textbox
I created a Bot using the IBM Watson feature. I would like to know how to change the "tip" of the Web Chat text box (Example: "Type something" to "Type a message"). I loo...
Wellinton Neves
Votes: 0
Answers: 1
How to send custom payload from React bf DIRECT_LINE/CONNECT_FULFILLED to onMembersAdded event
I have been using React webchat to interact with the botframework. I need to send some custom payload to onMembersAdded event.
Reference link
Below is my code
if (action.type === 'DIRECT_LINE/CONNECT_...
Vinoth
Votes: 0
Answers: 2