Skip to content

GetAgentScheduleRequest

Example Usage

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

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

Fields

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