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:
  • 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)
      The generated Hilite(s) for the user's natural language description of hilite criteria and styling to apply.
      Parameters:
      hilites - New hilites value. Default value is null
      Returns:
      BuildHilitesResponse instance, for chaining setter calls
    • getHilites

      public Hilite[] getHilites()
      The generated Hilite(s) for the user's natural language description of hilite criteria and styling to apply.
      Returns:
      Current hilites value. Default value is null