OpenApiFunctionExecutionParameters.RestApiOperationResponseFactory 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 custom factory for the RestApiOperationResponse. It allows modifications of various aspects of the original response, such as adding response headers, changing response content, adjusting the schema, or providing a completely new response. If a custom factory is not supplied, the internal factory will be used by default.
public Microsoft.SemanticKernel.Plugins.OpenApi.RestApiOperationResponseFactory? RestApiOperationResponseFactory { get; set; }member this.RestApiOperationResponseFactory : Microsoft.SemanticKernel.Plugins.OpenApi.RestApiOperationResponseFactory with get, setPublic Property RestApiOperationResponseFactory As RestApiOperationResponseFactory