Skip to content

GetAgentRequest

Example Usage

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

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

Fields

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