VoiceCommandServiceConnection.RequestConfirmationAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Envoie une réponse à Cortana indiquant que la commande vocale doit être confirmée.
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)
Paramètres
- response
- VoiceCommandResponse
Réponse d’un service d’application en arrière-plan pour les écrans de progression, de confirmation, de désambiguation, d’achèvement ou d’échec affichés sur le canevas Cortana .
Retours
Objet VoiceCommandConfirmationResult avec la réponse de l’utilisateur.
- Attributs