Package com.sap.ai.sdk.grounding.model
Interface SearchResults.Builder
- Enclosing class:
SearchResults
public static interface SearchResults.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault SearchResultsresults(ResultsInner... results) Set the results of thisSearchResultsinstance.results(List<ResultsInner> results) Set the results of thisSearchResultsinstance.
-
Method Details
-
results
Set the results of thisSearchResultsinstance.- Parameters:
results- List of returned results.- Returns:
- The SearchResults instance.
-
results
Set the results of thisSearchResultsinstance.- Parameters:
results- List of returned results.- Returns:
- The SearchResults instance.
-