다음을 통해 공유


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 개체입니다.

특성

적용 대상

추가 정보