Uses of Class
com.azure.ai.agents.persistent.models.MessageStatus
Packages that use MessageStatus
Package
Description
Package containing the data models for Agents.
-
Uses of MessageStatus in com.azure.ai.agents.persistent.models
Fields in com.azure.ai.agents.persistent.models declared as MessageStatusModifier and TypeFieldDescriptionstatic final MessageStatusMessageStatus.COMPLETEDThis message was successfully completed by a run.static final MessageStatusMessageStatus.IN_PROGRESSA run is currently creating this message.static final MessageStatusMessageStatus.INCOMPLETEThis message is incomplete.Methods in com.azure.ai.agents.persistent.models that return MessageStatusModifier and TypeMethodDescriptionstatic MessageStatusMessageStatus.fromString(String name) Creates or finds a MessageStatus from its string representation.ThreadMessage.getStatus()Get the status property: The status of the message.Methods in com.azure.ai.agents.persistent.models that return types with arguments of type MessageStatusModifier and TypeMethodDescriptionstatic Collection<MessageStatus> MessageStatus.values()Gets known MessageStatus values.