Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CustomKey interface
- Package:
- @microsoft/agents-hosting
Represents a custom key for storing state in a specific location.
Remarks
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
