BatchGetResponseFeedbackRequest
Example Usage
typescript
import { BatchGetResponseFeedbackRequest } from "@meetkai/mka1/models/operations";
let value: BatchGetResponseFeedbackRequest = {
batchGetFeedbackRequest: {
ids: [
"chatcmpl-abc123",
"chatcmpl-def456",
"resp-xyz789",
],
},
};Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. | |
batchGetFeedbackRequest | components.BatchGetFeedbackRequest | ✔️ | N/A | { "ids": [ "chatcmpl-abc123", "chatcmpl-def456", "resp-xyz789" ] } |