Skip to main content
All docs
V24.2

TextRequest(String) Constructor

Initializes a new instance of the TextRequest class with specified settings.

Namespace: DevExpress.AIIntegration.Extensions

Assembly: DevExpress.AIIntegration.v24.2.dll

NuGet Package: DevExpress.AIIntegration

Declaration

public TextRequest(
    string Text
)

Parameters

Name Type Description
Text String

The text to be managed. This value is assigned to the Text property.

See Also