Event Properties
| Field | Value |
|---|---|
event | "embedded.interactionOptionsSet" |
confidential | boolean |
payload | object |
- Public Payload
- Confidential Payload
| Field | Type | Description |
|---|---|---|
mode | { fallback: "virtual" | "in-person"; options: ("virtual" | "in-person")[]; } | null | undefined | Allowed interaction modes and fallback selection |
spokenLanguage | { fallback: string; } | null | undefined | Spoken language fallback to apply |
templates | { sources?: { personal?: { enabled: boolean | null; } | undefined; standard: { enabled: boolean | null; include: { regions: string[] | null; families: string[] | null; }; }; project: { enabled: boolean | null; include: { ...; }; exclude: { ...; }; }; } | undefined; defaultTemplate?: { ...; } | ... 1 more ... | undef... | Template options applied by the embedded API |
documents | { actions?: { sync?: boolean | null | undefined; } | undefined; allowedLanguages: string[] | null; } | undefined | Document action options applied by the embedded API |
mode object properties
mode object properties
| Field | Type | Description |
|---|---|---|
fallback | string | - |
options | array | - |
spokenLanguage object properties
spokenLanguage object properties
| Field | Type | Description |
|---|---|---|
fallback | string | - |
templates object properties
templates object properties
| Field | Type | Description |
|---|---|---|
sources | object | - |
defaultTemplate | object | - |
documents object properties
documents object properties
| Field | Type | Description |
|---|---|---|
actions | object | - |
allowedLanguages | array | - |