Package com.sap.ai.sdk.grounding.model
Interface DocumentsListResponse.Builder
- Enclosing class:
DocumentsListResponse
public static interface DocumentsListResponse.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault DocumentsListResponsedocuments(DocumentWithoutChunks... documents) Set the documents of thisDocumentsListResponseinstance.documents(List<DocumentWithoutChunks> documents) Set the documents of thisDocumentsListResponseinstance.
-
Method Details
-
documents
Set the documents of thisDocumentsListResponseinstance.- Parameters:
documents- The documents of thisDocumentsListResponse- Returns:
- The DocumentsListResponse instance.
-
documents
Set the documents of thisDocumentsListResponseinstance.- Parameters:
documents- The documents of thisDocumentsListResponse- Returns:
- The DocumentsListResponse instance.
-