Class GenerateJobRequest
- Namespace
- Textkernel.Tx.Models.API.JobDescription
- Assembly
- Textkernel.Tx.SDK.dll
Request body for a 'Generate Job' request
public class GenerateJobRequest
- Inheritance
-
GenerateJobRequest
- Inherited Members
Properties
JobTitle
The title of the job.
public string JobTitle { get; set; }
Property Value
Language
Language of the job description, in ISO 639-1 code format.
public string Language { get; set; }
Property Value
Location
Location of the job.
public string Location { get; set; }
Property Value
Organization
The organization offering the job.
public string Organization { get; set; }
Property Value
Skills
List of skill requirements for the job.
public List<GenerateJobSkill> Skills { get; set; }
Property Value
Tone
The tone of the job description.
[JsonConverter(typeof(JsonStringEnumConverter))]
public JobTone Tone { get; set; }