다음을 통해 공유


INSearchForNotebookItemsIntentHandling_Extensions 클래스

정의

인터페이스에 대한 선택적 메서드입니다 IINSearchForNotebookItemsIntentHandling .

public static class INSearchForNotebookItemsIntentHandling_Extensions
type INSearchForNotebookItemsIntentHandling_Extensions = class
상속
INSearchForNotebookItemsIntentHandling_Extensions

메서드

Confirm(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INSearchForNotebookItemsIntentResponse>)

개발자는 이 메서드를 구현하여 로컬 및 원격 리소스가 검색을 수행할 준비가 되었는지 여부를 확인할 수 있습니다.

ResolveContent(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INStringResolutionResult>)

개발자는 검색 문자열의 해상도를 사용자 지정하기 위해 이 메서드를 구현할 수 있습니다.

ResolveDateSearchType(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INDateSearchTypeResolutionResult>)

개발자는 날짜 형식의 해상도를 사용자 지정하기 위해 이 메서드를 구현할 수 있습니다.

ResolveDateTime(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INDateComponentsRangeResolutionResult>)

개발자는 검색 시간과 날짜의 확인을 사용자 지정하기 위해 이 메서드를 구현할 수 있습니다.

ResolveItemType(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INNotebookItemTypeResolutionResult>)

개발자는 검색할 항목 형식의 해상도를 사용자 지정하기 위해 이 메서드를 구현할 수 있습니다.

ResolveLocation(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INPlacemarkResolutionResult>)

개발자는 위치 기반 검색의 위치 확인을 사용자 지정하기 위해 이 방법을 구현할 수 있습니다.

ResolveLocationSearchType(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INLocationSearchTypeResolutionResult>)

개발자는 위치 검색 유형의 해상도를 사용자 지정하기 위해 이 방법을 구현할 수 있습니다.

ResolveStatus(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INTaskStatusResolutionResult>)

개발자는 검색 상태의 확인을 사용자 지정하기 위해 이 메서드를 구현할 수 있습니다.

ResolveTitle(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INSpeakableStringResolutionResult>)

개발자는 검색할 타이틀의 해상도를 사용자 지정하기 위해 이 방법을 구현할 수 있습니다.

적용 대상