Interface SystemChatMessage.Builder1
- Enclosing class:
SystemChatMessage
public static interface SystemChatMessage.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptioncontent(ChatMessageContent content) Set the content of thisSystemChatMessageinstance.
-
Method Details
-
content
Set the content of thisSystemChatMessageinstance.- Parameters:
content- The content of thisSystemChatMessage- Returns:
- The SystemChatMessage instance.
-