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

    Interface GetTurnResponse

    Response body for get turn (GET /sessions/:id/turns/:turn_id)

    interface GetTurnResponse {
        turn: ChatTurn;
    }
    Index

    Properties

    Properties

    turn: ChatTurn