Skip to content

GetAgentVersionRequest

Example Usage

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

let value: GetAgentVersionRequest = {
  agentId: "<id>",
  version: 326580,
};

Fields

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