Skip to main content
All docs
V24.2

ChangeStyleBehavior.ChangeStyleAsync(WritingStyle) Method

Rephrases or paraphrases the text while retaining its original meaning.

Namespace: DevExpress.AIIntegration.Wpf

Assembly: DevExpress.AIIntegration.Wpf.v24.2.dll

NuGet Package: DevExpress.AIIntegration.Wpf

Declaration

public Task ChangeStyleAsync(
    WritingStyle writingStyle
)

Parameters

Name Type Description
writingStyle WritingStyle

The writing style that determines the tone and structure of text.

Returns

Type Description
Task

The response that contains AI-generated text.

Remarks

Read the following help topic section for additional information: AI Assistant Extensions - Change Style.

See Also