ITriggerMetadata class abstract

Constructors

ITriggerMetadata()

Properties

allowList List<String>?
Substrings which will be exempt from triggering the preset trigger type. The associated trigger type is TriggerTypes.keywordPreset.
no setter
hashCode int
The hash code for this object.
no setterinherited
keywordPresets Iterable<KeywordPresets>?
The internally pre-defined wordsets which will be searched for in content. The associated trigger type is TriggerTypes.keywordPreset.
no setter
keywordsFilter List<String>?
Substrings which will be searched for in the content. The associated trigger type is TriggerTypes.keyword.
no setter
mentionLimit int?
The total number of mentions (either role and user) allowed per message. (Maximum of 50) The associated trigger type is TriggerTypes.mentionSpam
no setter
regexPatterns Iterable<String>?
Regular expression patterns which will be matched against content The associated trigger type is TriggerTypes.keyword
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited