GetAgentConnectorRequest
Example Usage
typescript
import { GetAgentConnectorRequest } from "@meetkai/mka1/models/operations";
let value: GetAgentConnectorRequest = {
id: "<id>",
connectorId: "<id>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | The agent ID. |
connectorId | string | ✔️ | The connector ID. |
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |