automatedActions property

  1. @BuiltValueField.new(wireName: r'automatedActions')
BuiltList<String>? get automatedActions

The automated action(s) taken as a result of the score signals that were triggered.

Implementation

@BuiltValueField(wireName: r'automatedActions')
BuiltList<String>? get automatedActions;