Package ai.nexconn.chat.message.model
Class StreamMessageRequestChunkInfo
-
- All Implemented Interfaces:
public final class StreamMessageRequestChunkInfoStream message incremental chunk info.
Contains the incremental content received during a stream message pull.
-
-
Field Summary
Fields Modifier and Type Field Description private Stringcontent
-
Constructor Summary
Constructors Constructor Description StreamMessageRequestChunkInfo()
-
Method Summary
Modifier and Type Method Description final StringgetContent()Incremental content of this chunk. final UnitsetContent(String content)Incremental content of this chunk. StringtoString()-
-
Method Detail
-
getContent
final String getContent()
Incremental content of this chunk.
-
setContent
final Unit setContent(String content)
Incremental content of this chunk.
-
toString
String toString()
-
-
-
-