@conciergus/chat - v0.3.1
Preparing search index...
hooks
ProactiveRule
Interface ProactiveRule
Interface for proactive engagement rules. Extracted from ConciergusContext.tsx.
interface
ProactiveRule
{
id
:
string
;
triggerType
:
string
;
conditions
:
Record
<
string
,
unknown
>
;
action
:
Record
<
string
,
unknown
>
;
cooldown
?:
number
;
enabled
?:
boolean
;
}
Index
Properties
id
trigger
Type
conditions
action
cooldown?
enabled?
Properties
id
id
:
string
trigger
Type
triggerType
:
string
conditions
conditions
:
Record
<
string
,
unknown
>
action
action
:
Record
<
string
,
unknown
>
Optional
cooldown
cooldown
?:
number
Optional
enabled
enabled
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
trigger
Type
conditions
action
cooldown
enabled
@conciergus/chat - v0.3.1
Loading...
Interface for proactive engagement rules. Extracted from ConciergusContext.tsx.