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

    Interface AIAssistantCardProps

    interface AIAssistantCardProps {
        colors?: Partial<RoomDashboardColors>;
        conversationManagerOptions?: ConversationManagerOptions;
        labels: RoomDashboardLabels;
        onSend?: (message: string) => Promise<string>;
        quickActions?: QuickAction[];
        roomName?: string;
        showConversationManager?: boolean;
        sx?: SxProps<Theme>;
        systemPrompt?: string;
        userId: string;
    }
    Index

    Properties

    colors?: Partial<RoomDashboardColors>
    conversationManagerOptions?: ConversationManagerOptions

    Options for the conversation manager

    onSend?: (message: string) => Promise<string>

    Custom AI query handler (stateless)

    quickActions?: QuickAction[]

    Quick action buttons

    roomName?: string

    Room name — used only for conversation scoping, NOT for meeting context

    showConversationManager?: boolean

    Enable multi-conversation management

    sx?: SxProps<Theme>
    systemPrompt?: string

    System prompt

    userId: string

    User identifier