ReportPromptToReportBehavior Constructors
An AI-powered Prompt-to-Report functionality that uses natural language processing to build reports based on text descriptions.Name | Parameters | Description |
---|---|---|
ReportPromptToReportBehavior(Type, Nullable<Int32>, Nullable<Boolean>, Nullable<Single>, AIReportPrompt[]) | behaviorSourceType, retryAttemptCount, fixLayoutErrors, temperature, prompts | Initializes a new instance of the ReportPromptToReportBehavior class with specified settings. |
ReportPromptToReportBehavior(Type, Nullable<Int32>, Nullable<Boolean>, Nullable<Single>) | behaviorSourceType, retryAttemptCount, fixLayoutErrors, temperature | Initializes a new instance of the ReportPromptToReportBehavior class with specified settings. |
ReportPromptToReportBehavior(Type) | behaviorSourceType | Initializes a new instance of the ReportPromptToReportBehavior class with specified settings. |
See Also