-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Design: Switching input mode #2211
Comments
Punting this to R9. |
Thanks @compulim - I think we will need to do some testing on how best to do this, given the number of different settings that WebChat is used. |
UX recommendations: (1) 1 modality "Chat" "Speech" (>1) Switch between modalities, only send content via 1 modality to bot: The proposed pattern is that we stick to show the speak icon per default (on the right)/ upload icon (on the left) with supporting text in the entry field with 'Type a message', so whenever the user starts 'chat' (so typing) they can just click enter to send through their message, and “listening” when a user is recording. Flow = (>1) move halfway from chat to speaking is out of scope for now. |
Looking forward to this, is there any update? |
We're still in the design phase for this, but the team is also excited for this feature! We are hoping to get to coding phase soon! |
update? I noticed the front-burner got removed. Would like to implement this on our bot. |
The issue is because a user cannot determine whether they are typing or not. Users will have a difficult time thinking they have to speak. If the mic button can change to send button when there is typing it will go a long way to remove user frustration. This feature works on v3. Can this not be treated as a bug? |
Hey there! |
Can you provide an update? |
User story
Today, we mix typing and speech into the send box.
The end-user is not very indicative on whether the microphone is recording or not, especially without a waveform animation.
Alternatives
Today, we mix the input via keyboard and speech into a single input box.
Other implementations
Send box in Cortana and Siri can be either for keyboard or speech, but not hybrid.
Potential implementation
Tomorrow, we could use the microphone button to switch between 2+ types of input. And the end-user should has a very clear indication on what type of inputs they are using.
What this will fix?
[Enhancement]
The text was updated successfully, but these errors were encountered: