getSuggestions
suspend fun getSuggestions(userId: ERROR CLASS: Symbol not found for UUID?? = null, mediaType: Collection<ERROR CLASS: Symbol not found for MediaType>? = emptyList(), type: Collection<ERROR CLASS: Symbol not found for BaseItemKind>? = emptyList(), startIndex: Int? = null, limit: Int? = null, enableTotalRecordCount: Boolean? = false): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
Gets suggestions.
Parameters
userId
The user id.
mediaType
The media types.
type
The type.
startIndex
Optional. The start index.
limit
Optional. The limit.
enableTotalRecordCount
Whether to enable the total record count.
suspend fun getSuggestions(request: ERROR CLASS: Symbol not found for GetSuggestionsRequest = GetSuggestionsRequest()): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
Gets suggestions.
Parameters
request
The request parameters