Skip to content

ResumeAgentScheduleRequest

Example Usage

typescript
import { ResumeAgentScheduleRequest } from "@meetkai/mka1/models/operations";

let value: ResumeAgentScheduleRequest = {
  agentId: "<id>",
  scheduleId: "<id>",
};

Fields

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