Package com.sap.ai.sdk.grounding.model
Interface DocumentResponse.Builder
- Enclosing class:
DocumentResponse
public static interface DocumentResponse.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault DocumentResponse.Builder1chunks(TextOnlyBaseChunk... chunks) Set the chunks of thisDocumentResponseinstance.chunks(List<TextOnlyBaseChunk> chunks) Set the chunks of thisDocumentResponseinstance.
-
Method Details
-
chunks
Set the chunks of thisDocumentResponseinstance.- Parameters:
chunks- The chunks of thisDocumentResponse- Returns:
- The DocumentResponse builder.
-
chunks
Set the chunks of thisDocumentResponseinstance.- Parameters:
chunks- The chunks of thisDocumentResponse- Returns:
- The DocumentResponse builder.
-