FunctionApprovalResponseContent.FunctionCall Property

Definition

Gets the function call for which approval was requested.

public:
 property Microsoft::Extensions::AI::FunctionCallContent ^ FunctionCall { Microsoft::Extensions::AI::FunctionCallContent ^ get(); };
public Microsoft.Extensions.AI.FunctionCallContent FunctionCall { get; }
member this.FunctionCall : Microsoft.Extensions.AI.FunctionCallContent
Public ReadOnly Property FunctionCall As FunctionCallContent

Property Value

Applies to