Uses of Enum
com.azure.ai.openai.responses.models.ResponsesComputerCallActionType
Packages that use ResponsesComputerCallActionType
Package
Description
Package containing the data models for AzureResponses.
-
Uses of ResponsesComputerCallActionType in com.azure.ai.openai.responses.models
Methods in com.azure.ai.openai.responses.models that return ResponsesComputerCallActionTypeModifier and TypeMethodDescriptionResponsesComputerCallActionType.fromString(String value) Parses a serialized value to a ResponsesComputerCallActionType instance.ResponsesComputerCallClickAction.getType()Get the type property: The type property.ResponsesComputerCallDoubleClickAction.getType()Get the type property: The type property.ResponsesComputerCallDragAction.getType()Get the type property: The type property.ResponsesComputerCallItemAction.getType()Get the type property: The type property.ResponsesComputerCallKeyPressAction.getType()Get the type property: The type property.ResponsesComputerCallMoveAction.getType()Get the type property: The type property.ResponsesComputerCallScreenshotAction.getType()Get the type property: The type property.ResponsesComputerCallScrollAction.getType()Get the type property: The type property.ResponsesComputerCallTypeAction.getType()Get the type property: The type property.ResponsesComputerCallWaitAction.getType()Get the type property: The type property.Returns the enum constant of this type with the specified name.static ResponsesComputerCallActionType[]ResponsesComputerCallActionType.values()Returns an array containing the constants of this enum type, in the order they are declared.