google-genai
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
google-genai
google-genai
/
com.google.genai.interactions.models.interactions
/
StepDelta
/
Builder
/
textDelta
text
Delta
public
final
StepDelta.Builder
textDelta
(
String
text
)
Alias for calling
delta
with the following:
Delta.Text.builder()
.text(text)
.build()
Content copied to clipboard