共用方式為


VoiceCommandServiceConnection.ReportProgressAsync 方法

定義

傳送回應給 Cortana ,指出正在處理語音命令。

public:
 virtual IAsyncAction ^ ReportProgressAsync(VoiceCommandResponse ^ response) = ReportProgressAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportProgressAsync(VoiceCommandResponse const& response);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportProgressAsync(VoiceCommandResponse response);
function reportProgressAsync(response)
Public Function ReportProgressAsync (response As VoiceCommandResponse) As IAsyncAction

參數

response
VoiceCommandResponse

來自背景 App Service 的回應,用於進度、確認、厘清、完成或失敗畫面顯示在 Cortana 畫布上。

傳回

作業完成時會呼叫非同步處理常式。

屬性

備註

Cortana 將進度畫面呈現給使用者最多 5 秒。 背景 App Service 會再次呼叫 ReportProgressAsync 來傳送另一個進度訊息,或移至互動流程中的下一個畫面, (確認、厘清或完成) 。

適用於

另請參閱