TextResponse(String, ResponseStatus) Constructor
Initializes a new instance of the TextResponse class with specified settings.
Namespace: DevExpress.AIIntegration.Extensions
Assembly: DevExpress.AIIntegration.v25.1.dll
NuGet Package: DevExpress.AIIntegration
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| Response | String | The AI-generated or manipulated text. |
| Status | ResponseStatus | The response status. |
See Also