ConversationsRetrieveRequest
Example Usage
typescript
import { ConversationsRetrieveRequest } from "@meetkai/mka1/models/operations";
let value: ConversationsRetrieveRequest = {
conversationId: "conv_abc123",
};Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
conversationId | string | ✔️ | N/A | conv_abc123 |
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |