Skip to main content
All docs
V24.2

AIIntegration.CreateSmartSearchExtension(IAIExtensionsContainer, String) Method

Creates a new instance of the SmartSearchExtension class.

Namespace: DevExpress.AIIntegration

Assembly: DevExpress.AIIntegration.v24.2.dll

Declaration

public static IAIExtension<SmartSearchRequest, SmartSearchResponse> CreateSmartSearchExtension(
    this IAIExtensionsContainer container,
    string name = null
)

Parameters

Name Type Description
container IAIExtensionsContainer

A container that manages registered AI clients.

Optional Parameters

Name Type Default Description
name String null

The name of the extension.

Returns

Type Description
DevExpress.AIIntegration.IAIExtension<SmartSearchRequest, SmartSearchResponse>

A new instance of the SmartSearchExtension class.

See Also