Table of Contents

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

int

OutputLanguage

The language to use for the returned descriptions.

public string OutputLanguage { get; set; }

Property Value

string

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

List<SkillScore>

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>