Interface UserChatMessage.Builder
- Enclosing class:
UserChatMessage
public static interface UserChatMessage.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptioncontent(UserChatMessageContent content) Set the content of thisUserChatMessageinstance.
-
Method Details
-
content
Set the content of thisUserChatMessageinstance.- Parameters:
content- The content of thisUserChatMessage- Returns:
- The UserChatMessage builder.
-