How to add AutoComplete/AutoSuggestion in Microsoft botframework webchat using React.js
问题 I'm trying to add autosuggestion/autocomplete function in my bot-framework web chat(v-4) using react js. In which i want to fetch input data from azure table. Heard that its not recommended to use j-query inside React js. Looking for a solution to add this. I'm looking for a solution like in the below image, PFA. And the code which i used for React is attached below, React.js file import React from 'react'; import { DirectLine, ConnectionStatus } from 'botframework-directlinejs'; import