Class BuildHilitesResponse

All Implemented Interfaces:
HasHandlers

public class BuildHilitesResponse extends BuildViaAIResponse
Represents a response from AI to a request to build one or more Hilite objects.
See Also:
  • com.smartgwt.client.ai.AI#buildHilites
  • Constructor Details

    • BuildHilitesResponse

      public BuildHilitesResponse()
    • BuildHilitesResponse

      public BuildHilitesResponse(JavaScriptObject jsObj)
  • Method Details

    • getOrCreateRef

      public static BuildHilitesResponse getOrCreateRef(JavaScriptObject jsObj)
    • setHilites

      public BuildHilitesResponse setHilites(Hilite... hilites)
      If successful, the generated Hilite(s) for the user's natural language description of hilite criteria and styling to apply. This may be an empty array if no hilites were determined from the prompt.
      Parameters:
      hilites - New hilites value. Default value is *initialized by the implementation*
      Returns:
      BuildHilitesResponse instance, for chaining setter calls
    • getHilites

      public Hilite[] getHilites()
      If successful, the generated Hilite(s) for the user's natural language description of hilite criteria and styling to apply. This may be an empty array if no hilites were determined from the prompt.
      Returns:
      Current hilites value. Default value is *initialized by the implementation*