speechRecognitionContinuous - Is speechRecognitionContinuous missing from FullBundleStyleOptions?
I have a question
Hello,
Thanks for building such an amazing repository for chat bot front ends.
I'm hoping to use the speechRecognitionContinuous feature with barge in so that we can chat with our bot.
When I try to add it to the style:
export const styleOptions: StyleOptions = { speechRecognitionContinuous: true, accent: '#0d5257', hideUploadButton: true, backgroundColor: colors.background,
It yields an error advising the type doesnt exist in the full bundle.
Object literal may only specify known properties, and 'speechRecognitionContinuous' does not exist in type 'FullBundleStyleOptions'.ts(2353)
I'm using the latest react package
/workspaces/genai-team-chatbot-web # npm list botframework-webchat [email protected] /workspaces/genai-team-chatbot-web └── [email protected]