PromptToExpressionRequest Constructors
An AI-powered extension that generates an expression from the specified prompt.Name | Parameters | Description |
---|---|---|
PromptToExpressionRequest(String, String, String, String) | expressionInNL, schema, reportLayout, customExpressions | Initializes a new instance of the PromptToExpressionRequest class with specified settings. |
PromptToExpressionRequest(String) | text | Initializes a new instance of the PromptToExpressionRequest class with specified settings. |
See Also