CompactionSummaryItemParam(String) 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 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.