CreateAgentScheduleRequest
Example Usage
typescript
import { CreateAgentScheduleRequest } from "@meetkai/mka1/models/operations";
let value: CreateAgentScheduleRequest = {
agentId: "<id>",
createAgentScheduleRequest: {
schedule: {
type: "cron",
cronExpression: "<value>",
timezone: "UTC",
},
input: [
{},
],
},
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
agentId | string | ✔️ | N/A |
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |
createAgentScheduleRequest | components.CreateAgentScheduleRequest | ✔️ | N/A |