AIThreadInfo
Class
Represents an AI conversation thread in the Telerik Reporting service.
Definition
Namespace:Telerik.Reporting.Services.Engine
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class AIThreadInfo : AIClientInfo
Inheritance: objectAIClientInfoAIThreadInfo
Inherited Members
Constructors
C#
public AIThreadInfo()
Properties
ThreadId
string
Gets or sets the unique identifier for the AI conversation thread.
C#
public string ThreadId { get; set; }
Remarks:
This identifier is used to reference the specific thread when making requests to the AI service through the reporting engine.