Wait For CloseMessage(Result As Int) in a Custom Dialog is there any way the user can close with a Yes, No, Cancel - Voice command
I am waiting for user to click on either Cancel, Yes, No and was wondering how I could handle them saying Cancel, Yes or No with their voice as well.
I am confused because I am waiting for their input so there isn't a way for me to have a voice session waiting as well (we there is if I make a background server)
Using the SpeechRecognitionNoUI my thought was that when I do the Voice.Listen and get the message "ReadyForSpeech" that I would then call the waif to close message on the dialog
What would be the proper way to do this. Again allow Cancel, Yes & No clicking and/or Cancel, Yes & No by voice
I am waiting for user to click on either Cancel, Yes, No and was wondering how I could handle them saying Cancel, Yes or No with their voice as well.
I am confused because I am waiting for their input so there isn't a way for me to have a voice session waiting as well (we there is if I make a background server)
Using the SpeechRecognitionNoUI my thought was that when I do the Voice.Listen and get the message "ReadyForSpeech" that I would then call the waif to close message on the dialog
What would be the proper way to do this. Again allow Cancel, Yes & No clicking and/or Cancel, Yes & No by voice