VoiceCommandServiceConnection.RequestConfirmationAsync Metodo

Definizione

Invia una risposta a Cortana che indica che il comando vocale richiede la conferma.

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)

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

Oggetto VoiceCommandConfirmationResult con la risposta dell'utente.

Attributi

Si applica a

Vedi anche