Class ResponseComputerToolCall
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseComputerToolCallA tool call to a computer use tool. See the computer use guide for more information. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseComputerToolCall.BuilderA builder for ResponseComputerToolCall. public final classResponseComputerToolCall.ActionA click action. public final classResponseComputerToolCall.PendingSafetyCheckA pending safety check for the computer call. public final classResponseComputerToolCall.StatusThe status of the item. One of in_progress,completed, orincomplete. Populated when items are returned via API.public final classResponseComputerToolCall.TypeThe type of the computer call. Always computer_call.
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        actionfinal ResponseComputerToolCall.Action action() A click action. 
 - 
                                        pendingSafetyChecksfinal List<ResponseComputerToolCall.PendingSafetyCheck> pendingSafetyChecks() The pending safety checks for the computer call. 
 - 
                                        statusfinal ResponseComputerToolCall.Status status() The status of the item. One of in_progress,completed, orincomplete. Populated when items are returned via API.
 - 
                                        typefinal ResponseComputerToolCall.Type type() The type of the computer call. Always computer_call.
 - 
                                        _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. 
 - 
                                        _actionfinal JsonField<ResponseComputerToolCall.Action> _action() Returns the raw JSON value of action. Unlike action, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _callIdfinal JsonField<String> _callId() Returns the raw JSON value of callId. Unlike callId, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _pendingSafetyChecksfinal JsonField<List<ResponseComputerToolCall.PendingSafetyCheck>> _pendingSafetyChecks() Returns the raw JSON value of pendingSafetyChecks. Unlike pendingSafetyChecks, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _statusfinal JsonField<ResponseComputerToolCall.Status> _status() Returns the raw JSON value of status. Unlike status, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _typefinal JsonField<ResponseComputerToolCall.Type> _type() Returns the raw JSON value of type. Unlike type, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ResponseComputerToolCall.Builder toBuilder() 
 - 
                                        validatefinal ResponseComputerToolCall validate() 
 - 
                                        builderfinal static ResponseComputerToolCall.Builder builder() Returns a mutable builder for constructing an instance of ResponseComputerToolCall. The following fields are required: .id() .action() .callId() .pendingSafetyChecks() .status() .type()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-