Reports that the current interaction can not be complete with voice, so the
application will need to switch to a traditional input UI. Applications should
only use this when they need to completely bail out of the voice interaction
and switch to a traditional UI. When the response comes back, the voice
system has handled the request and is ready to switch; at that point the application
can start a new non-voice activity. Be sure when starting the new activity
to use Intent.FLAG_ACTIVITY_NEW_TASK to keep the new activity out of the current voice
interaction task.
Report from voice interaction service: this operation has been canceled, typically
as a completion of a previous call to cancel() or when the user explicitly
cancelled.
Causes the current thread to wait until it is awakened, typically
by being notified or interrupted, or until a
certain amount of real time has elapsed.
Causes the current thread to wait until it is awakened, typically
by being notified or interrupted, or until a
certain amount of real time has elapsed.
VoiceInteractor.Prompt: Optional message to speak to the user indicating why the task could
not be completed by voice or null if nothing should be spoken.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2023-02-08 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]