Uses of Enum
com.azure.ai.openai.responses.models.ResponsesComputerCallClickButtonType
Packages that use ResponsesComputerCallClickButtonType
Package
Description
Package containing the data models for AzureResponses.
-
Uses of ResponsesComputerCallClickButtonType in com.azure.ai.openai.responses.models
Methods in com.azure.ai.openai.responses.models that return ResponsesComputerCallClickButtonTypeModifier and TypeMethodDescriptionResponsesComputerCallClickButtonType.fromString(String value) Parses a serialized value to a ResponsesComputerCallClickButtonType instance.ResponsesComputerCallClickAction.getButton()Get the button property: The button property.Returns the enum constant of this type with the specified name.static ResponsesComputerCallClickButtonType[]ResponsesComputerCallClickButtonType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.azure.ai.openai.responses.models with parameters of type ResponsesComputerCallClickButtonTypeModifierConstructorDescriptionResponsesComputerCallClickAction(ResponsesComputerCallClickButtonType button, int x, int y) Creates an instance of ResponsesComputerCallClickAction class.