Class SuggestSkillsFromProfessionsRequest
- Namespace
- Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request
- Assembly
- Textkernel.Tx.SDK.dll
Request body for a 'SuggestSkills' request
public class SuggestSkillsFromProfessionsRequest
- Inheritance
-
SuggestSkillsFromProfessionsRequest
- Inherited Members
Properties
Limit
The maximum amount of suggested skills returned. The default is 10.
public int Limit { get; set; }
Property Value
OutputLanguage
The language to use for the returned descriptions.
public string OutputLanguage { get; set; }
Property Value
ProfessionCodeIds
The profession code IDs from the Professions Taxonomy for which the service should return related skills. The list can contain up to 10 profession codes.
public List<int> ProfessionCodeIds { get; set; }
Property Value
Types
If specified, only these types of skills will be returned. The following values are acceptable: Professional, IT, Language, Soft, Certification, All. Only applicable in v2 endpoints.
public List<string> Types { get; set; }