AIExtensionsContainerConsole.AddDevExpressAIConsole(IServiceCollection, Action<AIExtensionsContainerConsole.Settings>) Method
Namespace: DevExpress.AIIntegration
Assembly: DevExpress.AIIntegration.v25.1.dll
NuGet Package: DevExpress.AIIntegration
Declaration
public static IServiceCollection AddDevExpressAIConsole(
this IServiceCollection services,
Action<AIExtensionsContainerConsole.Settings> configure = null
)
Parameters
| Name | Type |
|---|---|
| services | IServiceCollection |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| configure | Action<AIExtensionsContainerConsole.Settings> | null |
Returns
| Type |
|---|
| IServiceCollection |
See Also