Share via


FunctionApprovalResponseContent Class

Definition

Represents a response to a function approval request.

public ref class FunctionApprovalResponseContent sealed : Microsoft::Extensions::AI::UserInputResponseContent
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001")]
public sealed class FunctionApprovalResponseContent : Microsoft.Extensions.AI.UserInputResponseContent
public sealed class FunctionApprovalResponseContent : Microsoft.Extensions.AI.UserInputResponseContent
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001")>]
type FunctionApprovalResponseContent = class
    inherit UserInputResponseContent
type FunctionApprovalResponseContent = class
    inherit UserInputResponseContent
Public NotInheritable Class FunctionApprovalResponseContent
Inherits UserInputResponseContent
Inheritance
FunctionApprovalResponseContent
Attributes

Constructors

FunctionApprovalResponseContent(String, Boolean, FunctionCallContent)

Initializes a new instance of the FunctionApprovalResponseContent class.

Properties

AdditionalProperties

Gets or sets additional properties for the content.

(Inherited from AIContent)
Annotations

Gets or sets a list of annotations on this content.

(Inherited from AIContent)
Approved

Gets a value indicating whether the user approved the request.

FunctionCall

Gets the function call for which approval was requested.

Id

Gets the ID that uniquely identifies the user input request/response pair.

(Inherited from UserInputResponseContent)
RawRepresentation

Gets or sets the raw representation of the content from an underlying implementation.

(Inherited from AIContent)

Applies to