Class WorkflowMatchResult
Match result from the workflow catalog.
public sealed record WorkflowMatchResult : IEquatable<WorkflowMatchResult>
- Inheritance
-
WorkflowMatchResult
- Implements
- Inherited Members
Constructors
WorkflowMatchResult(AgentWorkflowDefinition, float, string)
Match result from the workflow catalog.
public WorkflowMatchResult(AgentWorkflowDefinition Definition, float Score, string MatchReason)
Parameters
DefinitionAgentWorkflowDefinitionScorefloatMatchReasonstring
Properties
Definition
public AgentWorkflowDefinition Definition { get; init; }
Property Value
MatchReason
public string MatchReason { get; init; }
Property Value
Score
public float Score { get; init; }