Interface: InteractionResponse
Defined in: interaction/types.ts:84
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:89 |
id | string | - | interaction/types.ts:85 |
slug | string | - | interaction/types.ts:87 |
title | string | - | interaction/types.ts:86 |