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

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