Share via


EvaluationRuleEventType Struct

Definition

Type of the evaluation rule event.

public readonly struct EvaluationRuleEventType : IEquatable<Azure.AI.Projects.EvaluationRuleEventType>
type EvaluationRuleEventType = struct
Public Structure EvaluationRuleEventType
Implements IEquatable(Of EvaluationRuleEventType)
Inheritance
EvaluationRuleEventType
Implements

Constructors

Name Description
EvaluationRuleEventType(String)

Initializes a new instance of EvaluationRuleEventType.

Properties

Name Description
Manual

Manual trigger.

ResponseCompleted

Response completed.

Methods

Name Description
Equals(EvaluationRuleEventType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(EvaluationRuleEventType, EvaluationRuleEventType)

Determines if two EvaluationRuleEventType values are the same.

Implicit(String to EvaluationRuleEventType)

Converts a string to a EvaluationRuleEventType.

Implicit(String to Nullable<EvaluationRuleEventType>)
Inequality(EvaluationRuleEventType, EvaluationRuleEventType)

Determines if two EvaluationRuleEventType values are not the same.

Applies to