Interface MultiChatTemplate.Builder1
- Enclosing class:
MultiChatTemplate
public static interface MultiChatTemplate.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault MultiChatTemplatecontent(MultiChatContent... content) Set the content of thisMultiChatTemplateinstance.content(List<MultiChatContent> content) Set the content of thisMultiChatTemplateinstance.
-
Method Details
-
content
Set the content of thisMultiChatTemplateinstance.- Parameters:
content- The content of thisMultiChatTemplate- Returns:
- The MultiChatTemplate instance.
-
content
Set the content of thisMultiChatTemplateinstance.- Parameters:
content- The content of thisMultiChatTemplate- Returns:
- The MultiChatTemplate instance.
-