Class ChatCompletionSystemMessageParam.Content
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatCompletionSystemMessageParam.ContentThe contents of the system message. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceChatCompletionSystemMessageParam.Content.VisitorAn interface that defines how to map each variant of Content to a value of type T. 
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        arrayOfContentPartsfinal Optional<List<ChatCompletionContentPartText>> arrayOfContentParts() An array of content parts with a defined type. For system messages, only type textis supported.
 - 
                                        isArrayOfContentPartsfinal Boolean isArrayOfContentParts() 
 - 
                                        asArrayOfContentPartsfinal List<ChatCompletionContentPartText> asArrayOfContentParts() An array of content parts with a defined type. For system messages, only type textis supported.
 - 
                                        acceptfinal <T extends Any> T accept(ChatCompletionSystemMessageParam.Content.Visitor<T> visitor) 
 - 
                                        validatefinal ChatCompletionSystemMessageParam.Content validate() 
 - 
                                        ofTextfinal static ChatCompletionSystemMessageParam.Content ofText(String text) The contents of the system message. 
 - 
                                        ofArrayOfContentPartsfinal static ChatCompletionSystemMessageParam.Content ofArrayOfContentParts(List<ChatCompletionContentPartText> arrayOfContentParts) An array of content parts with a defined type. For system messages, only type textis supported.
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-