Event Properties
| Field | Value |
|---|---|
event | "embedded.interactionOptionsWarning" |
confidential | boolean |
payload | object |
- Public Payload
- Confidential Payload
| Field | Type | Description |
|---|---|---|
code | "INTERACTION_OPTIONS_VALUES_SKIPPED" | Stable warning code for integrators |
message | string | Human-readable warning summary |
skippedValues | { templates: { unsupportedSources: ("standard" | "project")[]; standard: { include: { regions: string[]; families: string[]; }; }; project: { include: { ids: string[]; }; exclude: { ids: string[]; }; }; }; documents: { ...; }; } | Interaction option values ignored while applying setInteractionOptions |
skippedValues object properties
skippedValues object properties
| Field | Type | Description |
|---|---|---|
templates | object | - |
documents | object | - |