VoiceCommandServiceConnection.RequestConfirmationAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Sendet eine Antwort an Cortana , die angibt, dass der Sprachbefehl eine Bestätigung erfordert.
public:
virtual IAsyncOperation<VoiceCommandConfirmationResult ^> ^ RequestConfirmationAsync(VoiceCommandResponse ^ response) = RequestConfirmationAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<VoiceCommandConfirmationResult> RequestConfirmationAsync(VoiceCommandResponse const& response);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<VoiceCommandConfirmationResult> RequestConfirmationAsync(VoiceCommandResponse response);
function requestConfirmationAsync(response)
Public Function RequestConfirmationAsync (response As VoiceCommandResponse) As IAsyncOperation(Of VoiceCommandConfirmationResult)
Parameter
- response
- VoiceCommandResponse
Die Antwort eines Hintergrund-App-Diensts auf Status-, Bestätigungs-, Mehrdeutigkeits-, Abschluss- oder Fehlerbildschirme, die auf der Cortana-Canvas angezeigt werden.
Gibt zurück
Das VoiceCommandConfirmationResult-Objekt mit der Antwort des Benutzers.
- Attribute