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