Share via


CustomKey interface

Represents a custom key for storing state in a specific location. Allows state to be persisted with channel and conversation identifiers independent of the current context.

Properties

channelId

The ID of the channel where the state should be stored

conversationId

The ID of the conversation where the state should be stored

Property Details

channelId

The ID of the channel where the state should be stored

channelId: string

Property Value

string

conversationId

The ID of the conversation where the state should be stored

conversationId: string

Property Value

string