Class GenerateContentUsingAIButtonControl<Control>

  • All Implemented Interfaces:
    javax.servlet.jsp.el.VariableResolver, IControl

    public class GenerateContentUsingAIButtonControl<Control>
    extends ButtonControl
    Represents a button control that triggers AI-driven content generation. This control is responsible for rendering the necessary configurations to invoke an AI service for content generation based on runtime settings and the associated service instance. Example usage in XML: <control:lum_generateContentUsingAIButton id="generateContentButton"/> XML data available for XSL rendering: <control id="generateContentButton" text="STR_GENERATE_CONTENT_WITH_AI" type="lum_generateContentUsingAIButton"> <url>http://example.com/ai-service</url> <serviceInstanceId>8A488A0F14A741560114A74CDE8501E0</serviceInstanceId> <formId>myForm</formId> </control> The control ensures that it is only rendered if the AI feature is enabled for the current service instance. The button is configured with the relevant URL, service instance ID, and form context. The generated XML contains the following data: - URL for triggering the AI content generation service - Service instance ID - Form ID for context If the AI feature is not enabled or if the control conditions are not met, the control will be removed from the parent.
    Since:
    17.1.0