ISPO SDK
    Preparing search index...

    Interface AgentSessionCancelInput

    Markdown
    interface AgentSessionCancelInput {
        idempotencyKey: string;
        sessionId: string;
    }
    Index
    idempotencyKey: string
    sessionId: string