content
public final StepDelta.Delta.ThoughtSummary.Builder content(StepDelta.Delta.ThoughtSummary.Content content)
A new summary item to be added to the thought.
public final StepDelta.Delta.ThoughtSummary.Builder content(JsonField<StepDelta.Delta.ThoughtSummary.Content> content)
Sets Builder.content to an arbitrary JSON value.
You should usually call Builder.content with a well-typed Content value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
Alias for calling content with Content.ofText(text).
Alias for calling content with Content.ofImage(image).