IBotStateData interface
Exported bot state data.
Properties
| conversation |
ID of the conversation the data is for (if relevant.) |
| data | Exported data. |
| last |
Timestamp of when the data was last modified. |
| user |
ID of the user the data is for (if relevant.) |
Property Details
conversationId
ID of the conversation the data is for (if relevant.)
conversationId?: string
Property Value
string
data
Exported data.
data: string
Property Value
string
lastModified
Timestamp of when the data was last modified.
lastModified: string
Property Value
string
userId
ID of the user the data is for (if relevant.)
userId?: string
Property Value
string