public class SuggestRecordSummaryTitleResult extends AsyncOperationResult
id
factoryCreated, factoryProperties
Constructor and Description |
---|
SuggestRecordSummaryTitleResult() |
SuggestRecordSummaryTitleResult(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
static SuggestRecordSummaryTitleResult |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.String[] |
getRelevantFieldNames()
If set, the list of field names that are potentially relevant to the record summary requests.
If unset, either the SuggestRecordSummaryTitleRequest was unsuccessful or no determination was made as to the
potentially relevant field names. |
java.lang.String |
getSuggestedTitle()
If successful, the AI-generated suggestion for a title of a field that will contain the AI-generated record summaries.
|
SuggestRecordSummaryTitleResult |
setRelevantFieldNames(java.lang.String... relevantFieldNames)
If set, the list of field names that are potentially relevant to the record summary requests.
If unset, either the SuggestRecordSummaryTitleRequest was unsuccessful or no determination was made as to the
potentially relevant field names. |
SuggestRecordSummaryTitleResult |
setSuggestedTitle(java.lang.String suggestedTitle)
If successful, the AI-generated suggestion for a title of a field that will contain the AI-generated record summaries.
|
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 SuggestRecordSummaryTitleResult()
public SuggestRecordSummaryTitleResult(com.google.gwt.core.client.JavaScriptObject jsObj)
public static SuggestRecordSummaryTitleResult getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public SuggestRecordSummaryTitleResult setRelevantFieldNames(java.lang.String... relevantFieldNames)
SuggestRecordSummaryTitleRequest
was unsuccessful or no determination was made as to the
potentially relevant field names.relevantFieldNames
- New relevantFieldNames value. Default value is nullSuggestRecordSummaryTitleResult
instance, for chaining setter callsFieldName
public java.lang.String[] getRelevantFieldNames()
SuggestRecordSummaryTitleRequest
was unsuccessful or no determination was made as to the
potentially relevant field names.FieldName
public SuggestRecordSummaryTitleResult setSuggestedTitle(java.lang.String suggestedTitle)
The suggested title will not be null
, will be trimmed of leading and trailing whitespace, and will not
be an empty string.
suggestedTitle
- New suggestedTitle value. Default value is nullSuggestRecordSummaryTitleResult
instance, for chaining setter callspublic java.lang.String getSuggestedTitle()
The suggested title will not be null
, will be trimmed of leading and trailing whitespace, and will not
be an empty string.