Skip to content

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

FieldTypeRequiredDescription
agentIdstring✔️N/A
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.
createAgentScheduleRequestcomponents.CreateAgentScheduleRequest✔️N/A