GetSkillRequest
Example Usage
typescript
import { GetSkillRequest } from "@meetkai/mka1/models/operations";
let value: GetSkillRequest = {
skillId: "skill_1710000000000_abc123",
};Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
skillId | string | ✔️ | N/A | skill_1710000000000_abc123 |
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |