VoiceCommandServiceConnection.RequestDisambiguationAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
音声コマンドが複数の結果を返し、ユーザーに選択を要求することを示す応答を 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 オブジェクト。
- 属性