VoiceCommandServiceConnection.RequestDisambiguationAsync Methode

Definition

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

Gilt für:

Weitere Informationen