Package com.openai.models.responses
        Class ResponseComputerToolCall.Action.Keypress.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseComputerToolCall.Action.Keypress.BuilderA builder for Keypress. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        keysfinal ResponseComputerToolCall.Action.Keypress.Builder keys(List<String> keys) The combination of keys the model is requesting to be pressed. This is an array of strings, each representing a key. 
 - 
                                        keysfinal ResponseComputerToolCall.Action.Keypress.Builder keys(JsonField<List<String>> keys) Sets Builder.keys to an arbitrary JSON value. You should usually call Builder.keys with a well-typed List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 - 
                                        addKeyfinal ResponseComputerToolCall.Action.Keypress.Builder addKey(String key) 
 - 
                                        typefinal ResponseComputerToolCall.Action.Keypress.Builder type(JsonValue type) Sets the field to an arbitrary JSON value. It is usually unnecessary to call this method because the field defaults to the following: JsonValue.from("keypress")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ResponseComputerToolCall.Action.Keypress.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ResponseComputerToolCall.Action.Keypress.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ResponseComputerToolCall.Action.Keypress.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ResponseComputerToolCall.Action.Keypress.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ResponseComputerToolCall.Action.Keypress.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ResponseComputerToolCall.Action.Keypress build() Returns an immutable instance of Keypress. Further updates to this Builder will not mutate the returned instance. The following fields are required: .keys()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-