Appearance
Interface: LandingPagePost
Body of POST /webhooks/webchat as the SDK sends it.
Properties
| Property | Type | Description |
|---|---|---|
event? | | "lp_view" | "lp_assist_start" | "lp_field_set" | "lp_submit" | "lp_abandon" | "lp_question" | "lp_choice" | "lp_beat" | - |
eventData? | Record<string, unknown> | - |
formSnapshot? | FormSnapshot | - |
messageId? | string | - |
sessionId | string | - |
text | string | May be '' when type is 'lp_event'. |
type? | "message" | "session_start" | "lp_event" | - |