Result Request Structures
-
Struct encapsulating the necessary and additional parameters required to execute an autocomplete query.
See moreDeclaration
Swift
public struct CIOAutocompleteQuery : CIORequestData -
Struct encapsulating the necessary and additional parameters required to execute a browse query.
See moreDeclaration
Swift
public struct CIOBrowseQuery : CIORequestData -
Struct encapsulating the necessary and additional parameters required to execute a browse items query.
See moreDeclaration
Swift
public struct CIOBrowseItemsQuery : CIORequestData -
Struct encapsulating the necessary and additional parameters required to execute a browse facets query.
See moreDeclaration
Swift
public struct CIOBrowseFacetsQuery : CIORequestData -
Struct encapsulating the necessary and additional parameters required to execute a browse facet options query.
See moreDeclaration
Swift
public struct CIOBrowseFacetOptionsQuery : CIORequestData -
Struct encapsulating the necessary and additional parameters required to execute a browse groups query.
See moreDeclaration
Swift
public struct CIOBrowseGroupsQuery : CIORequestData -
Struct encapsulating the necessary and additional parameters required to execute a recommendations query.
See moreDeclaration
Swift
public struct CIORecommendationsQuery : CIORequestData -
Struct encapsulating the necessary and additional parameters required to execute a search query.
See moreDeclaration
Swift
public struct CIOSearchQuery : CIORequestData -
Struct encapsulating the necessary and additional parameters required to execute a quiz query.
See moreDeclaration
Swift
public struct CIOQuizQuery : CIORequestData
Result Request Structures Reference