Class SuggestRecordSummaryTitleResult

All Implemented Interfaces:
HasHandlers

public class SuggestRecordSummaryTitleResult extends AsyncOperationResult
  • Constructor Details

    • SuggestRecordSummaryTitleResult

      public SuggestRecordSummaryTitleResult()
    • SuggestRecordSummaryTitleResult

      public SuggestRecordSummaryTitleResult(JavaScriptObject jsObj)
  • Method Details

    • getOrCreateRef

      public static SuggestRecordSummaryTitleResult getOrCreateRef(JavaScriptObject jsObj)
    • setRelevantFieldNames

      public SuggestRecordSummaryTitleResult setRelevantFieldNames(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.
      Parameters:
      relevantFieldNames - New relevantFieldNames value. Default value is null
      Returns:
      SuggestRecordSummaryTitleResult instance, for chaining setter calls
      See Also:
    • getRelevantFieldNames

      public 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.
      Returns:
      Current relevantFieldNames value. Default value is null
      See Also:
    • setSuggestedTitle

      public SuggestRecordSummaryTitleResult setSuggestedTitle(String suggestedTitle)
      If successful, the AI-generated suggestion for a title of a field that will contain the AI-generated record summaries.

      The suggested title will not be null, will be trimmed of leading and trailing whitespace, and will not be an empty string.

      Parameters:
      suggestedTitle - New suggestedTitle value. Default value is null
      Returns:
      SuggestRecordSummaryTitleResult instance, for chaining setter calls
    • getSuggestedTitle

      public String getSuggestedTitle()
      If successful, the AI-generated suggestion for a title of a field that will contain the AI-generated record summaries.

      The suggested title will not be null, will be trimmed of leading and trailing whitespace, and will not be an empty string.

      Returns:
      Current suggestedTitle value. Default value is null