Table of Contents

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

string

Language

Language of the job description, in ISO 639-1 code format.

public string Language { get; set; }

Property Value

string

Location

Location of the job.

public string Location { get; set; }

Property Value

string

Organization

The organization offering the job.

public string Organization { get; set; }

Property Value

string

Skills

List of skill requirements for the job.

public List<GenerateJobSkill> Skills { get; set; }

Property Value

List<GenerateJobSkill>

Tone

The tone of the job description.

[JsonConverter(typeof(JsonStringEnumConverter))]
public JobTone Tone { get; set; }

Property Value

JobTone