次の方法で共有


VoiceCommandServiceConnection.RequestDisambiguationAsync メソッド

定義

音声コマンドが複数の結果を返し、ユーザーに選択を要求することを示す応答を Cortana に送信します。

public:
 virtual IAsyncOperation<VoiceCommandDisambiguationResult ^> ^ RequestDisambiguationAsync(VoiceCommandResponse ^ response) = RequestDisambiguationAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<VoiceCommandDisambiguationResult> RequestDisambiguationAsync(VoiceCommandResponse const& response);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<VoiceCommandDisambiguationResult> RequestDisambiguationAsync(VoiceCommandResponse response);
function requestDisambiguationAsync(response)
Public Function RequestDisambiguationAsync (response As VoiceCommandResponse) As IAsyncOperation(Of VoiceCommandDisambiguationResult)

パラメーター

response
VoiceCommandResponse

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

戻り値

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

属性

適用対象

こちらもご覧ください