ScoreResumesRequest Class

The request message containing the list of resumes and the job description

Definition

Namespace: SuperBuilderWinService.ProvidersImpl
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public sealed class ScoreResumesRequest : IMessage<ScoreResumesRequest>, 
	IMessage, IEquatable<ScoreResumesRequest>, IDeepCloneable<ScoreResumesRequest>, 
	IBufferMessage
Inheritance
Object    ScoreResumesRequest
Implements
IBufferMessage, IDeepCloneableScoreResumesRequest, IMessage, IMessageScoreResumesRequest, IEquatableScoreResumesRequest

Constructors

ScoreResumesRequestInitializes a new instance of the ScoreResumesRequest class
ScoreResumesRequest(ScoreResumesRequest)Initializes a new instance of the ScoreResumesRequest class

Properties

Methods

Fields

JobDescriptionFieldNumberField number for the "jobDescription" field.
MaxScoreFieldNumberField number for the "max_score" field.
MinScoreFieldNumberField number for the "min_score" field.
ResumesFieldNumberField number for the "resumes" field.

See Also