• Retrieves the state of a conversation from persistent storage.

    Type Parameters

    • Schema = Record<string, any>

    Parameters

    • conversationId: string

      Conversation ID associated with the State

    Returns Promise<Schema>

    The saved state of the conversation