Package com.openai.models.responses
Class ResponseComputerToolCall.Action.Click
-
- All Implemented Interfaces:
public final class ResponseComputerToolCall.Action.ClickA click action.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classResponseComputerToolCall.Action.Click.BuilderA builder for Click.
public final classResponseComputerToolCall.Action.Click.ButtonIndicates which mouse button was pressed during the click. One of
left,right,wheel,back, orforward.
-
Method Summary
Modifier and Type Method Description final ResponseComputerToolCall.Action.Click.Buttonbutton()Indicates which mouse button was pressed during the click. final JsonValue_type()Specifies the event type. final Longx()The x-coordinate where the click occurred. final Longy()The y-coordinate where the click occurred. final JsonField<ResponseComputerToolCall.Action.Click.Button>_button()Indicates which mouse button was pressed during the click. final JsonField<Long>_x()The x-coordinate where the click occurred. final JsonField<Long>_y()The y-coordinate where the click occurred. final Map<String, JsonValue>_additionalProperties()final ResponseComputerToolCall.Action.Clickvalidate()final ResponseComputerToolCall.Action.Click.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseComputerToolCall.Action.Click.Builderbuilder()Returns a mutable builder for constructing an instance of Click. -
-
Method Detail
-
button
final ResponseComputerToolCall.Action.Click.Button button()
Indicates which mouse button was pressed during the click. One of
left,right,wheel,back, orforward.
-
_type
final JsonValue _type()
Specifies the event type. For a click action, this property is always set to
click.
-
_button
final JsonField<ResponseComputerToolCall.Action.Click.Button> _button()
Indicates which mouse button was pressed during the click. One of
left,right,wheel,back, orforward.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ResponseComputerToolCall.Action.Click validate()
-
toBuilder
final ResponseComputerToolCall.Action.Click.Builder toBuilder()
-
builder
final static ResponseComputerToolCall.Action.Click.Builder builder()
Returns a mutable builder for constructing an instance of Click.
The following fields are required:
.button() .x() .y()
-
-
-
-