Member Junction
    Preparing search index...

    Options threaded to a wire run (conversation-linked runs pass conversationDetailId).

    interface WireRunOptions {
        conversationDetailId?: string;
        conversationId?: string;
        planMode?: boolean;
        requestedSkillIDs?: string[];
    }
    Index

    Properties

    conversationDetailId?: string
    conversationId?: string
    planMode?: boolean
    requestedSkillIDs?: string[]