Interface: InteractionResponse
Defined in: interaction/types.ts:61
API response shape returned by InteractionNamespace.trigger.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
actions | InteractionAction[] | Actions to execute on the page. The SDK handles execution automatically. | interaction/types.ts:66 |
id | string | - | interaction/types.ts:62 |
slug | string | - | interaction/types.ts:64 |
title | string | - | interaction/types.ts:63 |