VoiceCommandServiceConnection.ReportSuccessAsync(VoiceCommandResponse) 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 a réussi.
public:
virtual IAsyncAction ^ ReportSuccessAsync(VoiceCommandResponse ^ response) = ReportSuccessAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportSuccessAsync(VoiceCommandResponse const& response);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportSuccessAsync(VoiceCommandResponse response);
function reportSuccessAsync(response)
Public Function ReportSuccessAsync (response As VoiceCommandResponse) As IAsyncAction
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
Gestionnaire asynchrone appelé une fois l'opération terminée.
- Attributs