@sibilance.is/client v0.1.0-alpha.4
@sibilance.is/client / index / CollectedInformation
Interface: CollectedInformation
Defined in: CmdPr/sibilance/client/src/types.ts:44
Information collected during the survey conversation.
Represents a single piece of data that was extracted from user responses.
Properties
| Property | Type | Defined in |
|---|---|---|
field | string | CmdPr/sibilance/client/src/types.ts:45 |
value | string | CmdPr/sibilance/client/src/types.ts:46 |
timestamp | number | CmdPr/sibilance/client/src/types.ts:47 |
sourceStep? | string | CmdPr/sibilance/client/src/types.ts:48 |