PromptToReportRequest Properties
A request to generate a report from the specified prompt.| Name | Description |
|---|---|
| DataSourceSchema | Specifies a schema of a report’s data source. |
| FixLayoutErrors | Specifies whether the generation workflow should attempt to fix report layout errors. |
| Options | Gets request options. Inherited from TextRequest. |
| Report | Specifies an existing report that the generation workflow should update. |
| ReportGenerationHost | Specifies a host that handles prompt clarifications and progress updates. |
| RetryAttemptCount | Specifies the number of attempts to fix report layout errors the generation workflow can use. |
| Text | Gets or sets the text to manage. Inherited from TextRequest. |
See Also