Share via


UserInputResponseContent Class

Definition

Represents the response to a request for user input.

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

Constructors

UserInputResponseContent(String)

Initializes a new instance of the UserInputResponseContent 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)
Id

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

RawRepresentation

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

(Inherited from AIContent)

Applies to