ApprovalRequiredAIFunction(AIFunction) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ApprovalRequiredAIFunction class.
public:
ApprovalRequiredAIFunction(Microsoft::Extensions::AI::AIFunction ^ innerFunction);
public ApprovalRequiredAIFunction(Microsoft.Extensions.AI.AIFunction innerFunction);
new Microsoft.Extensions.AI.ApprovalRequiredAIFunction : Microsoft.Extensions.AI.AIFunction -> Microsoft.Extensions.AI.ApprovalRequiredAIFunction
Public Sub New (innerFunction As AIFunction)
Parameters
- innerFunction
- AIFunction
The AIFunction represented by this instance.
Exceptions
innerFunction is null.