Package com.openai.models.responses
        Class ResponseComputerToolCall.Action.Keypress
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseComputerToolCall.Action.KeypressA collection of keypresses the model would like to perform. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseComputerToolCall.Action.Keypress.BuilderA builder for Keypress. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final List<String>keys()The combination of keys the model is requesting to be pressed. final JsonValue_type()Specifies the event type. final JsonField<List<String>>_keys()Returns the raw JSON value of keys. final Map<String, JsonValue>_additionalProperties()final ResponseComputerToolCall.Action.Keypress.BuildertoBuilder()final ResponseComputerToolCall.Action.Keypressvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseComputerToolCall.Action.Keypress.Builderbuilder()Returns a mutable builder for constructing an instance of Keypress. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        keysfinal List<String> keys() The combination of keys the model is requesting to be pressed. This is an array of strings, each representing a key. 
 - 
                                        _typefinal JsonValue _type() Specifies the event type. For a keypress action, this property is always set to keypress.Expected to always return the following: JsonValue.from("keypress")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _keysfinal JsonField<List<String>> _keys() Returns the raw JSON value of keys. Unlike keys, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ResponseComputerToolCall.Action.Keypress.Builder toBuilder() 
 - 
                                        validatefinal ResponseComputerToolCall.Action.Keypress validate() 
 - 
                                        builderfinal static ResponseComputerToolCall.Action.Keypress.Builder builder() Returns a mutable builder for constructing an instance of Keypress. The following fields are required: .keys()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-