Options for agent handoff assertion.

interface AgentHandoffAssertOptions {
    newAgentType?: (new (...args) => voice.Agent<any>);
}

Properties

Properties

newAgentType?: (new (...args) => voice.Agent<any>)

Type declaration