CheckpointInfo(String, String) Constructor

Definition

Initializes a new instance of the CheckpointInfo class with the specified session and checkpoint identifiers.

[System.Text.Json.Serialization.JsonConstructor]
public CheckpointInfo(string sessionId, string checkpointId);
[<System.Text.Json.Serialization.JsonConstructor>]
new Microsoft.Agents.AI.Workflows.CheckpointInfo : string * string -> Microsoft.Agents.AI.Workflows.CheckpointInfo
Public Sub New (sessionId As String, checkpointId As String)

Parameters

sessionId
String

The unique identifier for the session. Cannot be null or empty.

checkpointId
String

The unique identifier for the checkpoint. Cannot be null or empty.

Attributes

Applies to