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
/
Delta
/
ThoughtSummary
/
Builder
/
textContent
text
Content
public
final
StepDelta.Delta.ThoughtSummary.Builder
textContent
(
String
text
)
Alias for calling
content
with the following:
TextContent.builder()
.text(text)
.build()
Content copied to clipboard