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

    Interface SendChatMessageResponse

    Response body for send message (202 Accepted)

    interface SendChatMessageResponse {
        position: number;
        queued_turns: number;
        turn: ChatTurn;
    }
    Index

    Properties

    position: number

    Position in the processing queue (1 = currently processing)

    queued_turns: number

    Total number of turns waiting to be processed

    turn: ChatTurn