CheckpointInfo(String, 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 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