OpenApiDocumentParser(ILoggerFactory) Constructor   
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.
Parser for OpenAPI documents.
public OpenApiDocumentParser(Microsoft.Extensions.Logging.ILoggerFactory? loggerFactory = default);new Microsoft.SemanticKernel.Plugins.OpenApi.OpenApiDocumentParser : Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.SemanticKernel.Plugins.OpenApi.OpenApiDocumentParserPublic Sub New (Optional loggerFactory As ILoggerFactory = Nothing)Parameters
- loggerFactory
- ILoggerFactory