Class SkillsAutoCompleteRequest
- Namespace
- Textkernel.Tx.Models.API.DataEnrichment.Skills.Request
- Assembly
- Textkernel.Tx.SDK.dll
Request body for a 'Autocomplete' request
public class SkillsAutoCompleteRequest : AutocompleteRequest
- Inheritance
-
SkillsAutoCompleteRequest
- Inherited Members
Properties
Types
If specified, only these types of skills will be returned. The following values are acceptable: Professional, IT, Language, Soft, Certification (only when using v2 endpoints), All.
public List<string> Types { get; set; }