Interface AIWidgetConfig

interface AIWidgetConfig {
    agentId: string;
    agentVendor: "elevenlabs";
    group: "widget";
    id?: string;
    renderRule?: RulesLogic;
    type: "AI";
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Properties

agentId: string
agentVendor: "elevenlabs"
group: "widget"
id?: string
renderRule?: RulesLogic
type: "AI"