JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.sap.ai.sdk.orchestration.model
Interface ChatDelta.Builder
Enclosing class:
ChatDelta
public static interface
ChatDelta.Builder
Builder helper class.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
ChatDelta
content
(
String
content)
Set the content of this
ChatDelta
instance.
Method Details
content
ChatDelta
content
(@Nonnull
String
content)
Set the content of this
ChatDelta
instance.
Parameters:
content
- The content of this
ChatDelta
Returns:
The ChatDelta instance.