@jambonz/sdk
    Preparing search index...

    Interface AgentTurnEndEvent

    Payload for agent:event turn_end messages.

    interface AgentTurnEndEvent {
        type: "turn_end";
        transcript: string;
        response: string;
        interrupted: boolean;
        latency: AgentTurnLatency;
    }
    Index

    Properties

    type: "turn_end"
    transcript: string
    response: string
    interrupted: boolean