Uses of Enum
com.azure.ai.openai.responses.models.ResponsesComputerCallOutputItemStatus
Packages that use ResponsesComputerCallOutputItemStatus
Package
Description
Package containing the data models for AzureResponses.
-
Uses of ResponsesComputerCallOutputItemStatus in com.azure.ai.openai.responses.models
Methods in com.azure.ai.openai.responses.models that return ResponsesComputerCallOutputItemStatusModifier and TypeMethodDescriptionResponsesComputerCallOutputItemStatus.fromString(String value) Parses a serialized value to a ResponsesComputerCallOutputItemStatus instance.ResponsesComputerCallOutputItem.getStatus()Get the status property: The status of the message input.Returns the enum constant of this type with the specified name.ResponsesComputerCallOutputItemStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.