次の方法で共有


VoiceCommandServiceConnection.RequestConfirmationAsync メソッド

定義

音声コマンドに確認が必要であることを示す応答を Cortana に送信します。

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)

パラメーター

response
VoiceCommandResponse

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

戻り値

ユーザーの応答を含む VoiceCommandConfirmationResult オブジェクト。

属性

適用対象

こちらもご覧ください