Uses of Enum
com.azure.ai.openai.responses.models.ResponsesItemType
Packages that use ResponsesItemType
Package
Description
Package containing the data models for AzureResponses.
-
Uses of ResponsesItemType in com.azure.ai.openai.responses.models
Methods in com.azure.ai.openai.responses.models that return ResponsesItemTypeModifier and TypeMethodDescriptionstatic ResponsesItemTypeResponsesItemType.fromString(String value) Parses a serialized value to a ResponsesItemType instance.ResponsesAssistantMessage.getType()Get the type property: The type property.ResponsesComputerCallItem.getType()Get the type property: The type property.ResponsesComputerCallOutputItem.getType()Get the type property: The type property.ResponsesDeveloperMessage.getType()Get the type property: The type property.ResponsesFileSearchCallItem.getType()Get the type property: The type property.ResponsesFunctionCallItem.getType()Get the type property: The type property.ResponsesFunctionCallOutput.getType()Get the type property: The type property.ResponsesItem.getType()Get the type property: The type property.ResponsesItemReferenceItem.getType()Get the type property: The type property.ResponsesMessage.getType()Get the type property: The type property.ResponsesReasoningItem.getType()Get the type property: The type property.ResponsesSystemMessage.getType()Get the type property: The type property.ResponsesUserMessage.getType()Get the type property: The type property.ResponsesWebSearchCallItem.getType()Get the type property: The type property.static ResponsesItemTypeReturns the enum constant of this type with the specified name.static ResponsesItemType[]ResponsesItemType.values()Returns an array containing the constants of this enum type, in the order they are declared.