Class DouiAiPageGenerationResource


  • @Path("/lumis/service/doui/htmlsnippet/aipagegeneration")
    public class DouiAiPageGenerationResource
    extends java.lang.Object
    REST resource to aid with AI page generation.
    Since:
    17.0.0
    Version:
    $Revision: 26586 $ $Date: 2024-08-26 21:06:04 -0300 (Mon, 26 Aug 2024) $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void chooseHtmlBlocks​(javax.ws.rs.container.AsyncResponse response, @NotNull lumis.service.doui.htmlsnippet.DouiAiPageGenerationResource.ChooseBlocksRequest chooseBlocksRequest)
      Choose among the available HTML blocks those that will be used to generate the user's web page.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DouiAiPageGenerationResource

        public DouiAiPageGenerationResource()
    • Method Detail

      • chooseHtmlBlocks

        @POST
        @Path("/chooseHtmlBlocks")
        @Produces("application/json")
        @Consumes("application/json")
        public void chooseHtmlBlocks​(@Suspended
                                     javax.ws.rs.container.AsyncResponse response,
                                     @NotNull
                                     @NotNull lumis.service.doui.htmlsnippet.DouiAiPageGenerationResource.ChooseBlocksRequest chooseBlocksRequest)
        Choose among the available HTML blocks those that will be used to generate the user's web page.
        Parameters:
        response - the async response
        chooseBlocksRequest - the request
        Since:
        17.0.0