Share via


KnowledgeAgentActivityRecord Class

Definition

Base type for activity records. Please note KnowledgeAgentActivityRecord is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include KnowledgeAgentSearchActivityRecord, KnowledgeAgentSemanticRankerActivityRecord and KnowledgeAgentModelQueryPlanningActivityRecord.

public abstract class KnowledgeAgentActivityRecord
type KnowledgeAgentActivityRecord = class
Public MustInherit Class KnowledgeAgentActivityRecord
Inheritance
KnowledgeAgentActivityRecord
Derived

Constructors

KnowledgeAgentActivityRecord(Int32)

Initializes a new instance of KnowledgeAgentActivityRecord.

Properties

Id

The ID of the activity record.

Applies to