python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Bot Framework Prompt style options
WebChat allows you to style text, for example change color for bubbles from user and bot:
bubbleTextColor: 'white'
bubbleFromUserTextColor: 'white'
But it doesn't work for prompt and OAuth. S...
Denisov Jr.
Votes: 0
Answers: 1
Azure Speech Translator
I need help on how to implement the speech translator c# sdk into a chatbot built with the bot framework c# sdk, so that whenever a user wants to use speech in another language, the bot can accept and...

The Miracle
Votes: 0
Answers: 1
update react state based on incoming activities from botframework v4 in webchat not working?
I'm trying to change state on the web page outside the webchat component but not able to do it.
import { useMemo, useState, useEffect, useRef, useCallback } from 'react';
import ReactWebChat, { create...
Santhosh Arockiaxavier
Votes: 0
Answers: 0