Table of Contents

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

int

OutputLanguage

The language to use for the returned descriptions.

public string OutputLanguage { get; set; }

Property Value

string

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

List<int>

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; }

Property Value

List<string>