Result Request Structures

  • Struct encapsulating the necessary and additional parameters required to execute an autocomplete query.

    See more

    Declaration

    Swift

    public struct CIOAutocompleteQuery : CIORequestData
  • Struct encapsulating the necessary and additional parameters required to execute a browse query.

    See more

    Declaration

    Swift

    public struct CIOBrowseQuery : CIORequestData
  • Struct encapsulating the necessary and additional parameters required to execute a browse items query.

    See more

    Declaration

    Swift

    public struct CIOBrowseItemsQuery : CIORequestData
  • Struct encapsulating the necessary and additional parameters required to execute a browse facets query.

    See more

    Declaration

    Swift

    public struct CIOBrowseFacetsQuery : CIORequestData
  • Struct encapsulating the necessary and additional parameters required to execute a browse facet options query.

    See more

    Declaration

    Swift

    public struct CIOBrowseFacetOptionsQuery : CIORequestData
  • Struct encapsulating the necessary and additional parameters required to execute a browse groups query.

    See more

    Declaration

    Swift

    public struct CIOBrowseGroupsQuery : CIORequestData
  • Struct encapsulating the necessary and additional parameters required to execute a recommendations query.

    See more

    Declaration

    Swift

    public struct CIORecommendationsQuery : CIORequestData
  • Struct encapsulating the necessary and additional parameters required to execute a search query.

    See more

    Declaration

    Swift

    public struct CIOSearchQuery : CIORequestData
  • Struct encapsulating the necessary and additional parameters required to execute a quiz query.

    See more

    Declaration

    Swift

    public struct CIOQuizQuery : CIORequestData