Package com.openai.models.responses
        Class ResponseComputerToolCallOutputItem.AcknowledgedSafetyCheck
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseComputerToolCallOutputItem.AcknowledgedSafetyCheckA pending safety check for the computer call. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseComputerToolCallOutputItem.AcknowledgedSafetyCheck.BuilderA builder for AcknowledgedSafetyCheck. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringid()The ID of the pending safety check. final Stringcode()The type of the pending safety check. final Stringmessage()Details about the pending safety check. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_code()Returns the raw JSON value of code. final JsonField<String>_message()Returns the raw JSON value of message. final Map<String, JsonValue>_additionalProperties()final ResponseComputerToolCallOutputItem.AcknowledgedSafetyCheck.BuildertoBuilder()final ResponseComputerToolCallOutputItem.AcknowledgedSafetyCheckvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseComputerToolCallOutputItem.AcknowledgedSafetyCheck.Builderbuilder()Returns a mutable builder for constructing an instance of AcknowledgedSafetyCheck. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _idfinal JsonField<String> _id() Returns the raw JSON value of id. Unlike id, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _codefinal JsonField<String> _code() Returns the raw JSON value of code. Unlike code, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _messagefinal JsonField<String> _message() Returns the raw JSON value of message. Unlike message, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ResponseComputerToolCallOutputItem.AcknowledgedSafetyCheck.Builder toBuilder() 
 - 
                                        validatefinal ResponseComputerToolCallOutputItem.AcknowledgedSafetyCheck validate() 
 - 
                                        builderfinal static ResponseComputerToolCallOutputItem.AcknowledgedSafetyCheck.Builder builder() Returns a mutable builder for constructing an instance of AcknowledgedSafetyCheck. The following fields are required: .id() .code() .message()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-