Package-level declarations

Includes the interfaces and models for the Structured Search implementation: the response/failure classes, and the callback interface related to it.

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface StructuredSearch : AutoCloseable

Interface of structured search API.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface StructuredSearchCallback : Callback<StructuredSearchResponse, StructuredSearchFailure>

Callback for receiving updates of structured search.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
abstract class StructuredSearchFailure
Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
abstract class StructuredSearchResponse

Response from the current StructuredSearchSession. It's either the end of the search (its destination) or options to proceed (search candidates).