Skip to main content
All docs
V25.1
  • ChangeToneBehavior.ChangeToneAsync(ToneStyle) Method

    Adjusts the tone of the text.

    Namespace: DevExpress.AIIntegration.Wpf

    Assembly: DevExpress.AIIntegration.Wpf.v25.1.dll

    NuGet Package: DevExpress.AIIntegration.Wpf

    Declaration

    public Task ChangeToneAsync(
        ToneStyle tone
    )

    Parameters

    Name Type Description
    tone ToneStyle

    The tone style.

    Returns

    Type Description
    Task

    The response that contains AI-generated text.

    See Also