Uses of Enum
com.azure.ai.openai.responses.models.ResponsesMessageRole
Packages that use ResponsesMessageRole
Package
Description
Package containing the data models for AzureResponses.
-
Uses of ResponsesMessageRole in com.azure.ai.openai.responses.models
Methods in com.azure.ai.openai.responses.models that return ResponsesMessageRoleModifier and TypeMethodDescriptionstatic ResponsesMessageRoleResponsesMessageRole.fromString(String value) Parses a serialized value to a ResponsesMessageRole instance.ResponsesAssistantMessage.getRole()Get the role property: The role associated with the message.ResponsesDeveloperMessage.getRole()Get the role property: The role associated with the message.ResponsesMessage.getRole()Get the role property: The role associated with the message.ResponsesSystemMessage.getRole()Get the role property: The role associated with the message.ResponsesUserMessage.getRole()Get the role property: The role associated with the message.static ResponsesMessageRoleReturns the enum constant of this type with the specified name.static ResponsesMessageRole[]ResponsesMessageRole.values()Returns an array containing the constants of this enum type, in the order they are declared.