VoiceCommandServiceConnection.ReportSuccessAsync(VoiceCommandResponse) Metodo

Definizione

Invia una risposta a Cortana che indica che il comando vocale ha avuto esito positivo.

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

Parametri

response
VoiceCommandResponse

Risposta da un servizio app in background per lo stato di avanzamento, la conferma, la disambiguazione, il completamento o le schermate di errore visualizzate nell'area di disegno di Cortana .

Restituisce

Gestore asincrono chiamato una volta completata l'operazione.

Attributi

Si applica a

Vedi anche