public class BuildHilitesResponse extends BuildViaAIResponse
Hilite
objects.com.smartgwt.client.ai.AI#buildHilites
id
factoryCreated, factoryProperties
Constructor and Description |
---|
BuildHilitesResponse() |
BuildHilitesResponse(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
Hilite[] |
getHilites()
If successful, the generated
Hilite (s) for the user's natural language description of
hilite criteria and styling to apply. |
static BuildHilitesResponse |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
BuildHilitesResponse |
setHilites(Hilite... hilites)
If successful, the generated
Hilite (s) for the user's natural language description of
hilite criteria and styling to apply. |
getCancellationReason, getDisabledMessage, getErrorMessage, getType, setCancellationReason, setDisabledMessage, setErrorMessage, setType
getRef, getRef, internalSetID
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreated
public BuildHilitesResponse()
public BuildHilitesResponse(com.google.gwt.core.client.JavaScriptObject jsObj)
public static BuildHilitesResponse getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public BuildHilitesResponse setHilites(Hilite... hilites)
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.hilites
- New hilites value. Default value is *initialized by the implementation*BuildHilitesResponse
instance, for chaining setter callspublic Hilite[] getHilites()
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.