VoiceCommandServiceConnection.RequestDisambiguationAsync 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 mehr als ein Ergebnis zurückgegeben hat und der Benutzer eins auswählen muss.
public:
virtual IAsyncOperation<VoiceCommandDisambiguationResult ^> ^ RequestDisambiguationAsync(VoiceCommandResponse ^ response) = RequestDisambiguationAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<VoiceCommandDisambiguationResult> RequestDisambiguationAsync(VoiceCommandResponse const& response);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<VoiceCommandDisambiguationResult> RequestDisambiguationAsync(VoiceCommandResponse response);
function requestDisambiguationAsync(response)
Public Function RequestDisambiguationAsync (response As VoiceCommandResponse) As IAsyncOperation(Of VoiceCommandDisambiguationResult)
Parameter
- response
- VoiceCommandResponse
Die Antwort eines Hintergrund-App-Diensts auf Status-, Bestätigungs-, Begriffsklärungs-, Vervollständigungs- oder Fehlerbildschirme, die auf der Cortana-Canvas angezeigt werden.
Gibt zurück
Das VoiceCommandDisambiguationResult-Objekt mit der Antwort des Benutzers.
- Attribute