Uses of Class
com.azure.ai.agents.persistent.models.ThreadDeletionStatus
Packages that use ThreadDeletionStatus
Package
Description
Package containing the classes for Agents.
Package containing the data models for Agents.
-
Uses of ThreadDeletionStatus in com.azure.ai.agents.persistent
Methods in com.azure.ai.agents.persistent that return ThreadDeletionStatusModifier and TypeMethodDescriptionThreadsClient.deleteThread(String threadId) Deletes an existing thread.Methods in com.azure.ai.agents.persistent that return types with arguments of type ThreadDeletionStatusModifier and TypeMethodDescriptionThreadsAsyncClient.deleteThread(String threadId) Deletes an existing thread. -
Uses of ThreadDeletionStatus in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return ThreadDeletionStatusModifier and TypeMethodDescriptionstatic ThreadDeletionStatusThreadDeletionStatus.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ThreadDeletionStatus from the JsonReader.