Hiyve Components - v1.0.0
    Preparing search index...

    Interface UseIntelligenceReadinessOptions

    Options for the useIntelligenceReadiness hook.

    interface UseIntelligenceReadinessOptions {
        hasTranscriptions: boolean;
        isIntelligenceActive: boolean;
        isRecordingStarting: boolean;
        responseId: string | null;
    }
    Index

    Properties

    hasTranscriptions: boolean

    Whether transcriptions exist

    isIntelligenceActive: boolean

    Whether recording or transcription is active

    isRecordingStarting: boolean

    Whether recording is actively starting

    responseId: string | null

    responseId from the recording bot (null if not available)