Documentation - v1.2.0-alpha.3
    Preparing search index...

    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.

    interface CustomKey {
        channelId: string;
        conversationId: string;
    }
    Index

    Properties

    channelId: string

    The ID of the channel where the state should be stored

    conversationId: string

    The ID of the conversation where the state should be stored