AIExtensionsContainerConsole.AddDevExpressAIConsole(IServiceCollection, Action<AIExtensionsContainerConsole.Settings>) Method
Namespace: DevExpress.AIIntegration
Assembly: DevExpress.AIIntegration.v24.2.dll
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