toloka.client.user_skill.SetUserSkillRequest
| Source code
SetUserSkillRequest( self, *, skill_id: Optional[str] = None, user_id: Optional[str] = None, value: Optional[Decimal] = None)
Parameters for setting the skill value of a specific Toloker.
Used for grouping the fields required for setting the Toloker's skill. Usually, when calling TolokaClient.set_user_skill, you can use the expand version, passing all the class attributes to the call.
Parameters | Type | Description |
---|---|---|
skill_id | Optional[str] | Skill ID. What skill to set. |
user_id | Optional[str] | Toloker's ID. |
value | Optional[Decimal] | Fractional value of the skill. Minimum - 0, maximum - 100. |