Skip to main content
All docs
V25.2
  • AIIntegration.SmartPasteSchedulerAsync(IAIExtensionsContainer, SmartPasteSchedulerRequest, CancellationToken) Method

    Analyzes the source content and intelligently assigns the right values to the appropriate fields in the Scheduler’s appointment editor.

    Namespace: DevExpress.AIIntegration

    Assembly: DevExpress.AIIntegration.v25.2.dll

    NuGet Package: DevExpress.AIIntegration

    Declaration

    public static Task<SmartPasteSchedulerResponse> SmartPasteSchedulerAsync(
        this IAIExtensionsContainer container,
        SmartPasteSchedulerRequest request,
        CancellationToken cancellationToken = default(CancellationToken)
    )

    Parameters

    Name Type Description
    container IAIExtensionsContainer

    The AI extensions container.

    request DevExpress.AIIntegration.Extensions.SmartPasteSchedulerRequest

    The Smart Paste request.

    Optional Parameters

    Name Type Default Description
    cancellationToken CancellationToken null

    The token that cancels the task.

    Returns

    Type Description
    Task<DevExpress.AIIntegration.Extensions.SmartPasteSchedulerResponse>

    The Smart Paste response.

    See Also