ListSessionsRequest¶
Example Usage¶
import { ListSessionsRequest } from "fermisdk/models/operations";
let value: ListSessionsRequest = {};
Fields¶
| Field | Type | Required | Description |
|---|---|---|---|
conversationType | string | :heavy_minus_sign: | Conversation type to list (e.g., 'chat', 'analytics', 'workflow') |
limit | number | :heavy_minus_sign: | Maximum number of sessions to return. Omit to return all. |
offset | number | :heavy_minus_sign: | Number of sessions to skip for pagination |