| java.lang.Object | ||
| ↳ | android.service.voice.VoiceInteractionSession.Request | |
| ↳ | android.service.voice.VoiceInteractionSession.CompleteVoiceRequest | |
A request to simply inform the user that the voice operation has completed, as per
VoiceInteractor.CompleteVoiceRequest.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method was deprecated
in API level 23.
Prefer
getVoicePrompt() which allows a separate visual message.
| |||||||||||
Return the message informing the user of the completion, as per
VoiceInteractor.CompleteVoiceRequest.
| |||||||||||
Report that the voice interactor has finished completing the voice operation, resulting
in a call to
VoiceInteractor.CompleteVoiceRequest.onCompleteResult.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.service.voice.VoiceInteractionSession.Request
| |||||||||||
From class
java.lang.Object
| |||||||||||
This method was deprecated
in API level 23.
Prefer getVoicePrompt() which allows a separate visual message.
Return the message informing the user of the completion, as per
VoiceInteractor.CompleteVoiceRequest.
Return the message informing the user of the completion, as per
VoiceInteractor.CompleteVoiceRequest.
Report that the voice interactor has finished completing the voice operation, resulting
in a call to
VoiceInteractor.CompleteVoiceRequest.onCompleteResult.
This finishes the request (it is no longer active).