Skip to content

GetAgentConnectorRequest

Example Usage

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

let value: GetAgentConnectorRequest = {
  id: "<id>",
  connectorId: "<id>",
};

Fields

FieldTypeRequiredDescription
idstring✔️The agent ID.
connectorIdstring✔️The connector ID.
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.