Uses of Class
com.azure.ai.agents.persistent.models.AzureFunctionStorageQueue
Packages that use AzureFunctionStorageQueue
Package
Description
Package containing the data models for Agents.
-
Uses of AzureFunctionStorageQueue in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return AzureFunctionStorageQueueModifier and TypeMethodDescriptionstatic AzureFunctionStorageQueueAzureFunctionStorageQueue.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFunctionStorageQueue from the JsonReader.AzureFunctionBinding.getStorageQueue()Get the storageQueue property: Storage queue.Constructors in com.azure.ai.agents.persistent.models with parameters of type AzureFunctionStorageQueueModifierConstructorDescriptionAzureFunctionBinding(AzureFunctionStorageQueue storageQueue) Creates an instance of AzureFunctionBinding class.