다음을 통해 공유


VoiceCommandServiceConnection.ReportFailureAsync(VoiceCommandResponse) 메서드

정의

음성 명령이 실패했음을 나타내는 응답을 Cortana 에 보냅니다.

public:
 virtual IAsyncAction ^ ReportFailureAsync(VoiceCommandResponse ^ response) = ReportFailureAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportFailureAsync(VoiceCommandResponse const& response);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportFailureAsync(VoiceCommandResponse response);
function reportFailureAsync(response)
Public Function ReportFailureAsync (response As VoiceCommandResponse) As IAsyncAction

매개 변수

response
VoiceCommandResponse

Cortana 캔버스에 표시되는 진행률, 확인, 명확성, 완료 또는 실패 화면에 대한 백그라운드 앱 서비스의 응답입니다.

반환

작업이 완료되면 비동기 처리기가 호출됩니다.

특성

적용 대상

추가 정보