Class SuggestSkillsFromSkillsRequest
- Namespace
- Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request
- Assembly
- Textkernel.Tx.SDK.dll
Request body for a 'Suggest Skills from Skills' request
public class SuggestSkillsFromSkillsRequest
- Inheritance
-
SuggestSkillsFromSkillsRequest
- Inherited Members
Properties
Limit
The maximum amount of suggested skills returned. If not specified this parameter defaults to 25.
public int Limit { get; set; }
Property Value
OutputLanguage
The language to use for the returned descriptions.
public string OutputLanguage { get; set; }
Property Value
Skills
The skills for which the service should return related skills. The list can contain up to 50 skills.
public List<SkillScore> Skills { 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; }