Uses of Class
com.azure.ai.openai.responses.models.ResponsesComputerCallItemAction
Packages that use ResponsesComputerCallItemAction
Package
Description
Package containing the data models for AzureResponses.
-
Uses of ResponsesComputerCallItemAction in com.azure.ai.openai.responses.models
Subclasses of ResponsesComputerCallItemAction in com.azure.ai.openai.responses.modelsModifier and TypeClassDescriptionfinal classThe ResponsesComputerCallClickAction model.final classThe ResponsesComputerCallDoubleClickAction model.final classThe ResponsesComputerCallDragAction model.final classThe ResponsesComputerCallKeyPressAction model.final classThe ResponsesComputerCallMoveAction model.final classThe ResponsesComputerCallScreenshotAction model.final classThe ResponsesComputerCallScrollAction model.final classThe ResponsesComputerCallTypeAction model.final classThe ResponsesComputerCallWaitAction model.Methods in com.azure.ai.openai.responses.models that return ResponsesComputerCallItemActionModifier and TypeMethodDescriptionResponsesComputerCallItemAction.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResponsesComputerCallItemAction from the JsonReader.ResponsesComputerCallItem.getAction()Get the action property: The action property.Constructors in com.azure.ai.openai.responses.models with parameters of type ResponsesComputerCallItemActionModifierConstructorDescriptionResponsesComputerCallItem(String callId, ResponsesComputerCallItemAction action, List<ResponsesComputerCallItemSafetyCheck> pendingSafetyChecks) Creates an instance of ResponsesComputerCallItem class.