Package com.openai.models.responses
        Interface StructuredResponseOutputItem.Visitor
- 
                    
                    - All Implemented Interfaces:
 
 public interface StructuredResponseOutputItem.Visitor<R extends Object, T extends Object>
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract TvisitMessage(StructuredResponseOutputMessage<R> message)abstract TvisitFileSearchCall(ResponseFileSearchToolCall fileSearchCall)abstract TvisitFunctionCall(ResponseFunctionToolCall functionCall)abstract TvisitWebSearchCall(ResponseFunctionWebSearch webSearchCall)abstract TvisitComputerCall(ResponseComputerToolCall computerCall)abstract TvisitReasoning(ResponseReasoningItem reasoning)abstract TvisitCodeInterpreterCall(ResponseCodeInterpreterToolCall codeInterpreterCall)abstract TvisitImageGenerationCall(ResponseOutputItem.ImageGenerationCall imageGenerationCall)abstract TvisitLocalShellCall(ResponseOutputItem.LocalShellCall localShellCall)abstract TvisitMcpApprovalRequest(ResponseOutputItem.McpApprovalRequest mcpApprovalRequest)abstract TvisitMcpCall(ResponseOutputItem.McpCall mcpCall)abstract TvisitMcpListTools(ResponseOutputItem.McpListTools mcpListTools)Tunknown(JsonValue json)- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        visitMessageabstract T visitMessage(StructuredResponseOutputMessage<R> message) 
 - 
                                        visitFileSearchCallabstract T visitFileSearchCall(ResponseFileSearchToolCall fileSearchCall) 
 - 
                                        visitFunctionCallabstract T visitFunctionCall(ResponseFunctionToolCall functionCall) 
 - 
                                        visitWebSearchCallabstract T visitWebSearchCall(ResponseFunctionWebSearch webSearchCall) 
 - 
                                        visitComputerCallabstract T visitComputerCall(ResponseComputerToolCall computerCall) 
 - 
                                        visitReasoningabstract T visitReasoning(ResponseReasoningItem reasoning) 
 - 
                                        visitCodeInterpreterCallabstract T visitCodeInterpreterCall(ResponseCodeInterpreterToolCall codeInterpreterCall) 
 - 
                                        visitImageGenerationCallabstract T visitImageGenerationCall(ResponseOutputItem.ImageGenerationCall imageGenerationCall) 
 - 
                                        visitLocalShellCallabstract T visitLocalShellCall(ResponseOutputItem.LocalShellCall localShellCall) 
 - 
                                        visitMcpApprovalRequestabstract T visitMcpApprovalRequest(ResponseOutputItem.McpApprovalRequest mcpApprovalRequest) 
 - 
                                        visitMcpCallabstract T visitMcpCall(ResponseOutputItem.McpCall mcpCall) 
 - 
                                        visitMcpListToolsabstract T visitMcpListTools(ResponseOutputItem.McpListTools mcpListTools) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-