@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface ChatTurnListResponse

    A paginated list of turns within a session.

    interface ChatTurnListResponse {
        items: ChatTurn[];
        limit: number;
        offset: number;
        total: number;
    }
    Index

    Properties

    Properties

    items: ChatTurn[]
    limit: number
    offset: number
    total: number