Uses of Class
com.azure.ai.agents.persistent.models.AzureFunctionBinding
Packages that use AzureFunctionBinding
Package
Description
Package containing the data models for Agents.
-
Uses of AzureFunctionBinding in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return AzureFunctionBindingModifier and TypeMethodDescriptionstatic AzureFunctionBindingAzureFunctionBinding.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFunctionBinding from the JsonReader.AzureFunctionDefinition.getInputBinding()Get the inputBinding property: Input storage queue.AzureFunctionDefinition.getOutputBinding()Get the outputBinding property: Output storage queue.Constructors in com.azure.ai.agents.persistent.models with parameters of type AzureFunctionBindingModifierConstructorDescriptionAzureFunctionDefinition(FunctionDefinition function, AzureFunctionBinding inputBinding, AzureFunctionBinding outputBinding) Creates an instance of AzureFunctionDefinition class.