AIExtensionsContainerConsole.AddDevExpressAIConsole(IServiceCollection, Action<AIExtensionsContainerConsole.Settings>) Method
In This Article
Namespace: DevExpress.AIIntegration
Assembly: DevExpress.AIIntegration.v24.2.dll
NuGet Package: DevExpress.AIIntegration
#Declaration
public static IServiceCollection AddDevExpressAIConsole(
this IServiceCollection services,
Action<AIExtensionsContainerConsole.Settings> configure = null
)
#Parameters
Name | Type |
---|---|
services | IService |
#Optional Parameters
Name | Type | Default |
---|---|---|
configure | Action<AIExtensions |
null |
#Returns
Type |
---|
IService |
See Also