Package com.openai.models.responses
        Class ResponseInputItem.FunctionCallOutput.Output
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseInputItem.FunctionCallOutput.OutputText, image, or file output of the function tool call. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceResponseInputItem.FunctionCallOutput.Output.VisitorAn interface that defines how to map each variant of Output to a value of type T. 
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        responseFunctionCallOutputItemListfinal Optional<List<ResponseFunctionCallOutputItem>> responseFunctionCallOutputItemList() 
 - 
                                        isResponseFunctionCallOutputItemListfinal Boolean isResponseFunctionCallOutputItemList() 
 - 
                                        asResponseFunctionCallOutputItemListfinal List<ResponseFunctionCallOutputItem> asResponseFunctionCallOutputItemList() 
 - 
                                        acceptfinal <T extends Any> T accept(ResponseInputItem.FunctionCallOutput.Output.Visitor<T> visitor) 
 - 
                                        validatefinal ResponseInputItem.FunctionCallOutput.Output validate() 
 - 
                                        ofStringfinal static ResponseInputItem.FunctionCallOutput.Output ofString(String string) A JSON string of the output of the function tool call. 
 - 
                                        ofResponseFunctionCallOutputItemListfinal static ResponseInputItem.FunctionCallOutput.Output ofResponseFunctionCallOutputItemList(List<ResponseFunctionCallOutputItem> responseFunctionCallOutputItemList) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-