Skip to main content
All docs
V25.1
  • TextRequest(String) Constructor

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

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v25.1.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