CompactionSummaryItemParam(String) Constructor

Definition

Initializes a new instance of CompactionSummaryItemParam.

public CompactionSummaryItemParam(string encryptedContent);
new Azure.AI.AgentServer.Responses.Models.CompactionSummaryItemParam : string -> Azure.AI.AgentServer.Responses.Models.CompactionSummaryItemParam
Public Sub New (encryptedContent As String)

Parameters

encryptedContent
String

The encrypted content of the compaction summary.

Exceptions

encryptedContent is null.

Applies to