Recombee API Client
|
List search synonyms More...
Public Member Functions | |
ListSearchSynonyms (long? count=null, long? offset=null) | |
Construct the request More... | |
override string | Path () |
| |
override Dictionary< string, object > | QueryParameters () |
Get query parameters More... | |
override Dictionary< string, object > | BodyParameters () |
Get body parameters More... | |
![]() | |
Request (HttpMethod httpMethod, int timeoutMilliseconds, bool ensureHttps=false) | |
Construct the request More... | |
Properties | |
long? | Count [get] |
The number of synonyms to be listed. More... | |
long? | Offset [get] |
Specifies the number of synonyms to skip (ordered by term ). More... | |
![]() | |
TimeSpan | Timeout [get, set] |
Timeout for the request in milliseconds More... | |
bool | EnsureHttps [get] |
If true, HTTPS must be chosen over HTTP for this request More... | |
HttpMethod | RequestHttpMehod [get] |
Used HTTP method More... | |
Additional Inherited Members | |
![]() | |
double | ConvertToUnixTimestamp (DateTime date) |
| |
List search synonyms
Gives the list of synonyms defined in the database.
|
inline |
Construct the request
count | The number of synonyms to be listed. |
offset | Specifies the number of synonyms to skip (ordered by term ). |
|
inlinevirtual |
Get body parameters
Implements Recombee.ApiClient.ApiRequests.Request.
|
inlinevirtual |
Implements Recombee.ApiClient.ApiRequests.Request.
|
inlinevirtual |
Get query parameters
Implements Recombee.ApiClient.ApiRequests.Request.
|
get |
The number of synonyms to be listed.
|
get |
Specifies the number of synonyms to skip (ordered by term
).