ApiManifestPluginParameters.FunctionExecutionParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A map of function execution parameters, where the key is the api dependency key from api manifest and the value is OpenApiFunctionExecutionParameters specific to that dependency.
public System.Collections.Generic.Dictionary<string,Microsoft.SemanticKernel.Plugins.OpenApi.OpenApiFunctionExecutionParameters>? FunctionExecutionParameters { get; init; }
member this.FunctionExecutionParameters : System.Collections.Generic.Dictionary<string, Microsoft.SemanticKernel.Plugins.OpenApi.OpenApiFunctionExecutionParameters> with get, set
Public Property FunctionExecutionParameters As Dictionary(Of String, OpenApiFunctionExecutionParameters)