TriggerMetadataBuilder class

Implemented types

Constructors

TriggerMetadataBuilder({List<String>? allowList, List<String>? keywordFilter, int? mentionLimit, List<KeywordPresets>? presets})

Properties

allowList List<String>?
Substrings which will be exempt from triggering the preset trigger type.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
keywordFilter List<String>?
Substrings which will be searched for in content.
read / write
mentionLimit int?
The total number of mentions (either role and user) allowed per message. (Maximum of 50)
read / write
presets List<KeywordPresets>?
The internally pre-defined wordsets which will be searched for in content.
read / write
regexPatterns List<String>?
Regular expression patterns which will be matched against content. (Maximum of 10)
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

build() RawApiMap
Returns built response for api
override
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