VoiceCommandServiceConnection.ReportSuccessAsync(VoiceCommandResponse) Methode

Definition

Sendet eine Antwort an Cortana , die angibt, dass der Sprachbefehl erfolgreich war.

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

Parameter

response
VoiceCommandResponse

Die Antwort eines Hintergrund-App-Diensts auf Status-, Bestätigungs-, Mehrdeutigkeits-, Abschluss- oder Fehlerbildschirme, die auf der Cortana-Canvas angezeigt werden.

Gibt zurück

Ein asynchroner Handler wird aufgerufen, wenn der Vorgang abgeschlossen ist.

Attribute

Gilt für:

Weitere Informationen