StreamMessageRequestChunkInfo

Stream message incremental chunk info.

Contains the incremental content received during a stream message pull.

Properties

Link copied to clipboard
private String content

Incremental content of this chunk.

Functions

Link copied to clipboard
public final String getContent()

Incremental content of this chunk.

Link copied to clipboard
public final Unit setContent(String content)

Incremental content of this chunk.

Link copied to clipboard
public String toString()