次の方法で共有


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

Cortana キャンバスに表示される進行状況、確認、あいまいさの解消、完了、または失敗に関するバックグラウンド アプリ サービスからの応答。

戻り値

操作が完了すると呼び出される非同期のハンドラーです。

属性

注釈

Cortana は、進行状況画面を最大 5 秒間ユーザーに表示します。 バックグラウンド アプリ サービスは、ReportProgressAsync をもう一度呼び出して別の進行状況メッセージを送信するか、対話フローの次の画面 (確認、あいまい解除、または完了) に移動します。

適用対象

こちらもご覧ください