recombee_api_client.api_requests.list_search_synonyms module¶
-
class
recombee_api_client.api_requests.list_search_synonyms.
ListSearchSynonyms
(count: int = UUID('16f064f3-4819-436c-b1cd-38b080def7d1'), offset: int = UUID('16f064f3-4819-436c-b1cd-38b080def7d1'))¶ Bases:
recombee_api_client.api_requests.request.Request
Gives the list of synonyms defined in the database.
Optional parameters:
- Parameters
count – The number of synonyms to be listed.
offset – Specifies the number of synonyms to skip (ordered by term).
-
get_body_parameters
() → dict¶ Values of body parameters as a dictionary (name of parameter: value of the parameter).
-
get_query_parameters
() → dict¶ Values of query parameters as a dictionary (name of parameter: value of the parameter).