Skip to main content

SessionStoreData

Stentor API Reference


Stentor API Reference / stentor-models/src / SessionStoreData

Interface: SessionStoreData

Defined in: packages/stentor-models/src/Storage/SessionStore.ts:7

Lets make it simple and versatile

Properties​

id​

id: string

Defined in: packages/stentor-models/src/Storage/SessionStore.ts:11

ID for the session storage, typically the session ID.


transcript?​

optional transcript: Message[]

Defined in: packages/stentor-models/src/Storage/SessionStore.ts:15

Optional transcript of the session that can be used for reporting purposes.


data​

data: object

Defined in: packages/stentor-models/src/Storage/SessionStore.ts:19

The data store that is modified.

Index Signature​

[key: string]: any