public class SuggestProfessionsRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
Limit
The maximum amount of professions returned.
|
String |
OutputLanguage
The language to use for the returned descriptions.
|
boolean |
ReturnMissingSkills
Flag to enable returning a list of missing skills per suggested profession.
|
List<SkillScore> |
Skills
The skills used to return the most relevant professions.
|
| Constructor and Description |
|---|
SuggestProfessionsRequest() |
public List<SkillScore> Skills
public boolean ReturnMissingSkills
public int Limit
public String OutputLanguage
Copyright © 2024. All rights reserved.